Searched refs:NT_AUXV (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | old_notes.c | 152 error = elfnote(vp, &offset, NT_AUXV, sizeof (bigwad->auxv),
|
H A D | elf_notes.c | 277 error = elfnote(vp, &offset, NT_AUXV, sizeof (bigwad->auxv),
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1239 if (write_note(fd, NT_AUXV, P->auxv, 1263 if (write_note(fd, NT_AUXV, av32, size, &doff) != 0) { 1321 if (write_note(fd, NT_AUXV, P->auxv, 1350 if (write_note(fd, NT_AUXV, av32, size, &doff) != 0) {
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 807 #define NT_AUXV 6 /* auxv_t array <sys/auxv.h> */ macro
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 1792 case NT_AUXV: /* auxv_t array <sys/auxv.h> */
|
Completed in 162 milliseconds