Home
last modified time | relevance | path

Searched refs:phbuf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c2336 void *phbuf, *php; local
2455 if ((phbuf = malloc(nbytes)) == NULL) {
2460 if (pread64(core_fd, phbuf, nbytes, core.e_hdr.e_phoff) != nbytes) {
2462 free(phbuf);
2475 for (php = phbuf, notes = 0, i = 0; i < core.e_hdr.e_phnum; i++) {
2490 free(phbuf);
2502 free(phbuf);