HomeSort by relevance Sort by last modified time
    Searched defs:PT_ARM_EXIDX (Results 1 - 3 of 3) sorted by null

  /system/core/debuggerd/
utility.h 26 #ifndef PT_ARM_EXIDX
27 #define PT_ARM_EXIDX 0x70000001 /* .ARM.exidx segment */
  /bionic/linker/
linker.c 125 #ifndef PT_ARM_EXIDX
126 #define PT_ARM_EXIDX 0x70000001 /* .ARM.exidx segment */
1008 if (phdr->p_type == PT_ARM_EXIDX) {
1009 DEBUG_DUMP_PHDR(phdr, "PT_ARM_EXIDX", pid);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h     [all...]

Completed in 202 milliseconds