Searched refs:NT_PSINFO (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/file/ |
H A D | elf_read.c | 385 if (ntype == NT_PSINFO) in process_phdr() 391 if (ntype == NT_PSINFO) in process_phdr()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 984 #define NT_PSINFO 13 /* psinfo_t <sys/procfs.h> */ macro
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf_notes.c | 287 error = elfnote(vp, &offset, NT_PSINFO, sizeof (bigwad->psinfo), in write_elfnotes()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1369 if (write_note(fd, NT_PSINFO, &P->psinfo, sizeof (psinfo_t), in Pfgcore() 1390 if (write_note(fd, NT_PSINFO, &pi32, sizeof (psinfo32_t), in Pfgcore()
|
H A D | Pcore.c | 1321 [NT_PSINFO] = note_psinfo,
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 41 @ MSG_NT_PSINFO "[ NT_PSINFO ]"
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 1958 case NT_PSINFO: /* psinfo_t <sys/procfs.h> */ in corenote()
|