Searched refs:PT_ARM_EXIDX (Results 1 - 9 of 9) sorted by relevance

/external/elfutils/0.153/backends/
H A Darm_symbol.c43 case PT_ARM_EXIDX:
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dlinker_phdr.cpp327 #ifndef PT_ARM_EXIDX
328 #define PT_ARM_EXIDX 0x70000001 /* .ARM.exidx segment */ macro
353 if (phdr->p_type != PT_ARM_EXIDX)
/external/libunwind/include/
H A Dlibunwind_i.h375 #ifndef PT_ARM_EXIDX
376 # define PT_ARM_EXIDX 0x70000001 /* ARM unwind segment */ macro
377 #endif /* !PT_ARM_EXIDX */
/external/libunwind/src/dwarf/
H A DGfind_unwind_table.c98 case PT_ARM_EXIDX:
/external/libunwind/src/arm/
H A DGex_tables.c479 case PT_ARM_EXIDX:
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc106 case PT_ARM_EXIDX: type = "EXIDX"; break;
/external/llvm/include/llvm/Support/
H A DELF.h1614 PT_ARM_EXIDX = 0x70000001, enumerator in enum:llvm::ELF::__anon25601
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp463 LLVM_READOBJ_ENUM_CASE(ELF, PT_ARM_EXIDX);
/external/elfutils/0.153/libelf/
H A Delf.h2302 #define PT_ARM_EXIDX (PT_LOPROC + 1) /* ARM unwind segment. */ macro

Completed in 212 milliseconds