Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libproc/common/
H A DPcore.c2217 void *phbuf, *php; local
2334 if ((phbuf = malloc(nbytes)) == NULL) {
2339 if (pread64(core_fd, phbuf, nbytes, core.e_hdr.e_phoff) != nbytes) {
2341 free(phbuf);
2354 for (php = phbuf, notes = 0, i = 0; i < core.e_hdr.e_phnum; i++) {
2369 free(phbuf);
2381 free(phbuf);