Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/exec/elf/
H A Dold_notes.c120 error = elfnote(vp, &offset, NT_PLATFORM, strlen(platform) + 1, in write_old_elfnotes()
H A Delf_notes.c278 error = elfnote(vp, &offset, NT_PLATFORM, strlen(platform) + 1, in write_elfnotes()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h978 #define NT_PLATFORM 5 /* string from sysinfo(SI_PLATFORM) */ macro
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1328 if (write_note(fd, NT_PLATFORM, plat, platlen, &doff) != 0) in Pfgcore()
1415 if (write_note(fd, NT_PLATFORM, plat, platlen, &doff) != 0 || in Pfgcore()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg35 @ MSG_NT_PLATFORM "[ NT_PLATFORM ]"
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c1892 case NT_PLATFORM: /* string from sysinfo(SI_PLATFORM) */ in corenote()