Home
last modified time | relevance | path

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.h80 #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: in brand_post_init()
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c705 case AT_ENTRY: in brand_solaris_elfexec()
964 case AT_ENTRY: in brand_solaris_elfexec()
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c535 AUX(av, AT_ENTRY, elfhdrp->e_entry); in read_elf32()
920 AUX64(av, AT_ENTRY, elfhdrp->e_entry); in read_elf64()
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c837 { AT_ENTRY, "AT_ENTRY", at_null },
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kproc.c1026 if ((at_entry = kp_getauxval(kp, AT_ENTRY)) == -1L) { in mdb_kproc_tgt_create()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c764 ADDAUX(aux, AT_ENTRY, ehdrp->e_entry + voffset) in elfexec()
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c2782 if ((addr = Pgetauxval(P, AT_ENTRY)) != (uintptr_t)-1L)
H A DPsymtab.c2531 Pgetauxval(P, AT_ENTRY))) != NULL || (mptr = exec_map(P)) != NULL)) in object_name_to_map()