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

  /bionic/libc/kernel/uapi/linux/
auxvec.h 26 #define AT_PHDR 3
  /development/ndk/platforms/android-3/include/linux/
auxvec.h 20 #define AT_PHDR 3
  /development/ndk/platforms/android-L/include/linux/
auxvec.h 26 #define AT_PHDR 3
  /external/kernel-headers/original/uapi/linux/
auxvec.h 11 #define AT_PHDR 3 /* program headers for program */
  /development/ndk/platforms/android-3/include/
elf.h 36 AT_PHDR,
  /bionic/tests/
getauxval_test.cpp 46 ASSERT_NE((unsigned long int) 0, getauxval(AT_PHDR));
  /bionic/libc/bionic/
libc_init_static.cpp 72 ElfW(Phdr)* phdr_start = reinterpret_cast<ElfW(Phdr)*>(getauxval(AT_PHDR));
  /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
AuxVector.h 49 AT_PHDR = 3, ///< Program headers.
AuxVector.cpp 142 case ENTRY_NAME(AT_PHDR); break;
  /external/elfutils/0.153/libdwfl/
link_map.c 446 consider_executable (Dwfl_Module *mod, GElf_Addr at_phdr, GElf_Addr at_entry,
489 if (at_phdr != 0
494 If we have an AT_PHDR value, reject this executable
498 if (ehdr.e_phoff - phdr->p_offset + phdr->p_vaddr != at_phdr)
503 /* It could be a PIE. If the AT_PHDR value and our
507 != (at_phdr & -align))
511 GElf_Addr bias = (at_phdr - (ehdr.e_phoff - phdr->p_offset
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,
654 else if (av[i].a_type == BL##NN (AT_PHDR)) \
    [all...]
  /external/elfutils/0.153/libelf/
elf.h     [all...]
  /bionic/linker/
linker.cpp     [all...]

Completed in 857 milliseconds