Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/file/
H A Delf_read.c385 if (ntype == NT_PSINFO) in process_phdr()
391 if (ntype == NT_PSINFO) in process_phdr()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h984 #define NT_PSINFO 13 /* psinfo_t <sys/procfs.h> */ macro
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c287 error = elfnote(vp, &offset, NT_PSINFO, sizeof (bigwad->psinfo), in write_elfnotes()
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1369 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 DPcore.c1321 [NT_PSINFO] = note_psinfo,
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg41 @ MSG_NT_PSINFO "[ NT_PSINFO ]"
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c1958 case NT_PSINFO: /* psinfo_t <sys/procfs.h> */ in corenote()