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

  /system/core/debuggerd/
utility.h 24 #ifndef PT_ARM_EXIDX
25 #define PT_ARM_EXIDX 0x70000001 /* .ARM.exidx segment */
debuggerd.c 426 if (phdr.p_type == PT_ARM_EXIDX) {
  /bionic/linker/
linker.c 134 #ifndef PT_ARM_EXIDX
135 #define PT_ARM_EXIDX 0x70000001 /* .ARM.exidx segment */
1021 if (phdr->p_type == PT_ARM_EXIDX) {
1022 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 61 milliseconds