Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_elfdump.sh52 type: [ NT_SECFLAGS ]
78 type: [ NT_SECFLAGS ]
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h995 #define NT_SECFLAGS 24 /* process security-flags */ macro
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c304 error = elfnote(vp, &offset, NT_SECFLAGS, sizeof (prsecflags_t), in write_elfnotes()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg52 @ MSG_NT_SECFLAGS "[ NT_SECFLAGS ]"
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1484 if (write_note(fd, NT_SECFLAGS, psf, in Pfgcore()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c2009 case NT_SECFLAGS: in corenote()