HomeSort by relevance Sort by last modified time
    Searched refs:AT_ENTRY (Results 1 - 13 of 13) sorted by null

  /bionic/libc/kernel/uapi/linux/
auxvec.h 34 #define AT_ENTRY 9
  /development/ndk/platforms/android-3/include/linux/
auxvec.h 26 #define AT_ENTRY 9
  /development/ndk/platforms/android-L/include/linux/
auxvec.h 34 #define AT_ENTRY 9
  /external/kernel-headers/original/uapi/linux/
auxvec.h 17 #define AT_ENTRY 9 /* entry point of program */
  /development/ndk/platforms/android-3/include/
elf.h 42 AT_ENTRY,
  /bionic/tests/
getauxval_test.cpp 48 ASSERT_NE((unsigned long int) 0, getauxval(AT_ENTRY));
  /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
AuxVector.h 55 AT_ENTRY = 9, ///< Program entry point.
AuxVector.cpp 148 case ENTRY_NAME(AT_ENTRY); break;
DynamicLoaderPOSIXDYLD.cpp 471 AuxVector::iterator I = m_auxv->FindEntry(AuxVector::AT_ENTRY);
  /external/ltrace/sysdeps/linux-gnu/
proc.c 688 arch_addr_t at_entry = 0; local
702 case AT_ENTRY:
705 at_entry = (arch_addr_t)(uintptr_t)entry.a_un.a_val;
716 *entryp = at_entry;
  /external/elfutils/0.153/libdwfl/
link_map.c 446 consider_executable (Dwfl_Module *mod, GElf_Addr at_phdr, GElf_Addr at_entry,
455 if (at_entry != 0)
457 /* If we have an AT_ENTRY value, reject this executable if
465 if (ehdr.e_entry != at_entry)
514 /* Final sanity check: if we have an AT_ENTRY value,
516 if (at_entry != 0 && at_entry != ehdr.e_entry + bias)
608 find_executable (Dwfl *dwfl, GElf_Addr at_phdr, GElf_Addr at_entry,
616 GElf_Addr r_debug_vaddr = consider_executable (mod, at_phdr, at_entry,
652 if (av[i].a_type == BL##NN (AT_ENTRY)) \
    [all...]
  /bionic/linker/
linker.cpp     [all...]
  /external/elfutils/0.153/libelf/
elf.h     [all...]

Completed in 49 milliseconds