Searched refs:AT_ENTRY (Results 1 – 17 of 17) sorted by relevance
| /trueos/sys/x86/include/ |
| HD | elf.h | 88 #define AT_ENTRY 9 /* Where interpreter should transfer control. */ macro 173 #define AT_ENTRY 9 /* Where interpreter should transfer control. */ macro
|
| /trueos/usr.bin/procstat/ |
| HD | procstat_auxv.c | 92 case AT_ENTRY: in procstat_auxv() 93 PRINT(AT_ENTRY, %p, auxv[i].a_un.a_ptr); in procstat_auxv()
|
| /trueos/sys/sparc64/include/ |
| HD | elf.h | 80 #define AT_ENTRY 9 /* Where interpreter should transfer control. */ macro
|
| /trueos/sys/arm/include/ |
| HD | elf.h | 75 #define AT_ENTRY 9 /* Where interpreter should transfer control. */ macro
|
| /trueos/sys/powerpc/include/ |
| HD | elf.h | 97 #define AT_ENTRY 9 /* Where interpreter should transfer control. */ macro
|
| /trueos/sys/ia64/include/ |
| HD | elf.h | 85 #define AT_ENTRY 9 /* Where interpreter should transfer control. */ macro
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| HD | AuxVector.h | 55 AT_ENTRY = 9, ///< Program entry point. enumerator
|
| HD | AuxVector.cpp | 148 case ENTRY_NAME(AT_ENTRY); break; in GetEntryName()
|
| HD | DynamicLoaderPOSIXDYLD.cpp | 447 AuxVector::iterator I = m_auxv->FindEntry(AuxVector::AT_ENTRY); in GetEntryPoint()
|
| /trueos/sys/mips/include/ |
| HD | elf.h | 130 #define AT_ENTRY 9 /* Where interpreter should transfer control. */ macro
|
| /trueos/sys/compat/svr4/ |
| HD | svr4_sysvec.c | 233 AUXARGS_ENTRY(pos, AT_ENTRY, args->entry); in svr4_fixup()
|
| /trueos/contrib/gdb/gdb/ |
| HD | auxv.c | 214 TAG (AT_ENTRY, "Entry point of program", hex); in fprint_target_auxv()
|
| /trueos/contrib/binutils/include/elf/ |
| HD | common.h | 761 #define AT_ENTRY 9 /* Entry point of program */ macro
|
| /trueos/sys/i386/linux/ |
| HD | linux_sysvec.c | 274 AUXARGS_ENTRY(pos, AT_ENTRY, args->entry); in elf_linux_fixup()
|
| /trueos/sys/amd64/linux32/ |
| HD | linux32_sysvec.c | 278 AUXARGS_ENTRY_32(pos, AT_ENTRY, args->entry); in elf_linux_fixup()
|
| /trueos/libexec/rtld-elf/ |
| HD | rtld.c | 488 assert(aux_info[AT_ENTRY] != NULL); in _rtld() 489 entry = (caddr_t) aux_info[AT_ENTRY]->a_un.a_ptr; in _rtld()
|
| /trueos/sys/kern/ |
| HD | imgact_elf.c | 997 AUXARGS_ENTRY(pos, AT_ENTRY, args->entry); in __elfN()
|