Searched refs:NT_AUXV (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/exec/elf/ |
H A D | old_notes.c | 152 error = elfnote(vp, &offset, NT_AUXV, sizeof (bigwad->auxv), in write_old_elfnotes()
|
H A D | elf_notes.c | 275 error = elfnote(vp, &offset, NT_AUXV, sizeof (bigwad->auxv), in write_elfnotes()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1239 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 D | elf.h | 807 #define NT_AUXV 6 /* auxv_t array <sys/auxv.h> */ macro
|
/titanic_41/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 35 @ MSG_NT_AUXV "[ NT_AUXV ]"
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 1749 case NT_AUXV: /* auxv_t array <sys/auxv.h> */ in corenote()
|