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

  /system/core/libcorkscrew/arch-arm/
ptrace-arm.c 25 #ifndef PT_ARM_EXIDX
26 #define PT_ARM_EXIDX 0x70000001
47 if (elf_phdr_type == PT_ARM_EXIDX) {
  /bionic/linker/
linker_phdr.cpp 523 # ifndef PT_ARM_EXIDX
524 # define PT_ARM_EXIDX 0x70000001 /* .ARM.exidx segment */
551 if (phdr->p_type != PT_ARM_EXIDX)
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 639 // make PT_ARM_EXIDX
640 ELFSegment* exidx_seg = elfSegmentTable().produce(llvm::ELF::PT_ARM_EXIDX,
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 409 LLVM_READOBJ_ENUM_ENT(ELF, PT_ARM_EXIDX),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h     [all...]
  /external/elfutils/libelf/
elf.h     [all...]

Completed in 454 milliseconds