Searched refs:AT_ENTRY (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/boot/sys/x86/include/
H A Delf.h88 #define AT_ENTRY 9 /* Where interpreter should transfer control. */ macro
173 #define AT_ENTRY 9 /* Where interpreter should transfer control. */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dauxv.h79 #define AT_ENTRY 9 /* a.out entry point */ macro
/illumos-gate/usr/src/lib/brand/shared/brand/common/
H A Dbrand_util.c411 case AT_ENTRY:
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c704 case AT_ENTRY:
963 case AT_ENTRY:
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c799 { AT_ENTRY, "AT_ENTRY", at_null },
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c633 AUX(av, AT_ENTRY, elfhdrp->e_entry);
1024 AUX64(av, AT_ENTRY, elfhdrp->e_entry);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kproc.c45 * order to bootstrap, the target uses the AT_BASE and AT_ENTRY aux vector
1024 if ((at_entry = kp_getauxval(kp, AT_ENTRY)) == -1L) {
1025 warn("auxv for proc %p is missing AT_ENTRY\n", proc);
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c2128 Pgetauxval(P, AT_ENTRY))) != NULL || (mptr = exec_map(P)) != NULL))
H A DPcore.c2711 * If we have an AT_ENTRY element, name the mapping at that address
2714 if ((addr = Pgetauxval(P, AT_ENTRY)) != (uintptr_t)-1L)
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c486 * AT_ENTRY
748 ADDAUX(aux, AT_ENTRY, ehdrp->e_entry + voffset)

Completed in 72 milliseconds