Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/exec/elf/
H A Dold_notes.c152 error = elfnote(vp, &offset, NT_AUXV, sizeof (bigwad->auxv), in write_old_elfnotes()
H A Delf_notes.c275 error = elfnote(vp, &offset, NT_AUXV, sizeof (bigwad->auxv), in write_elfnotes()
/titanic_41/usr/src/lib/libproc/common/
H A DPgcore.c1239 if (write_note(fd, NT_AUXV, P->auxv, in Pfgcore()
1263 if (write_note(fd, NT_AUXV, av32, size, &doff) != 0) { in Pfgcore()
1321 if (write_note(fd, NT_AUXV, P->auxv, in Pfgcore()
1350 if (write_note(fd, NT_AUXV, av32, size, &doff) != 0) { in Pfgcore()
/titanic_41/usr/src/uts/common/sys/
H A Delf.h807 #define NT_AUXV 6 /* auxv_t array <sys/auxv.h> */ macro
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg35 @ MSG_NT_AUXV "[ NT_AUXV ]"
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c1749 case NT_AUXV: /* auxv_t array <sys/auxv.h> */ in corenote()