Searched refs:NT_PSINFO (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/file/ |
H A D | elf_read.c | 366 * or a new NT_PSINFO structure. 369 * New core files have type NT_PSINFO. 384 if (ntype == NT_PSINFO) 390 if (ntype == NT_PSINFO)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 812 #define NT_PSINFO 13 /* psinfo_t <sys/procfs.h> */ macro
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf_notes.c | 235 error = elfnote(vp, &offset, NT_PSINFO, sizeof (bigwad->psinfo),
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1313 if (write_note(fd, NT_PSINFO, &P->psinfo, sizeof (psinfo_t), 1334 if (write_note(fd, NT_PSINFO, &pi32, sizeof (psinfo32_t),
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 1817 case NT_PSINFO: /* psinfo_t <sys/procfs.h> */
|
Completed in 77 milliseconds