Searched refs:AT_ENTRY (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | auxv.h | 79 #define AT_ENTRY 9 /* a.out entry point */ macro
|
/titanic_50/usr/src/lib/brand/shared/brand/common/ |
H A D | brand_util.c | 411 case AT_ENTRY: in brand_post_init()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | brand.c | 704 case AT_ENTRY: in brand_solaris_elfexec() 963 case AT_ENTRY: in brand_solaris_elfexec()
|
/titanic_50/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 633 AUX(av, AT_ENTRY, elfhdrp->e_entry); in read_elf32() 1024 AUX64(av, AT_ENTRY, elfhdrp->e_entry); in read_elf64()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_kproc.c | 1024 if ((at_entry = kp_getauxval(kp, AT_ENTRY)) == -1L) { in mdb_kproc_tgt_create()
|
/titanic_50/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 817 { AT_ENTRY, "AT_ENTRY", at_null },
|
/titanic_50/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 660 ADDAUX(aux, AT_ENTRY, ehdrp->e_entry + voffset) in elfexec()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Pcore.c | 2663 if ((addr = Pgetauxval(P, AT_ENTRY)) != (uintptr_t)-1L)
|
H A D | Psymtab.c | 2128 Pgetauxval(P, AT_ENTRY))) != NULL || (mptr = exec_map(P)) != NULL)) in object_name_to_map()
|