Searched refs:AT_ENTRY (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/boot/sys/x86/include/ |
H A D | elf.h | 88 #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 D | auxv.h | 80 #define AT_ENTRY 9 /* a.out entry point */ macro
|
/illumos-gate/usr/src/lib/brand/shared/brand/common/ |
H A D | brand_util.c | 413 case AT_ENTRY: in brand_post_init()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | brand.c | 705 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 D | readfile.c | 535 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 D | pargs.c | 837 { AT_ENTRY, "AT_ENTRY", at_null },
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_kproc.c | 1026 if ((at_entry = kp_getauxval(kp, AT_ENTRY)) == -1L) { in mdb_kproc_tgt_create()
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 764 ADDAUX(aux, AT_ENTRY, ehdrp->e_entry + voffset) in elfexec()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pcore.c | 2817 if ((addr = Pgetauxval(P, AT_ENTRY)) != (uintptr_t)-1L)
|
H A D | Psymtab.c | 2531 Pgetauxval(P, AT_ENTRY))) != NULL || (mptr = exec_map(P)) != NULL)) in object_name_to_map()
|