Searched refs:PT_ARM_EXIDX (Results 1 – 7 of 7) sorted by relevance
46 case PT_ARM_EXIDX: in arm_segment_type_name()
394 #ifndef PT_ARM_EXIDX395 # define PT_ARM_EXIDX 0x70000001 /* ARM unwind segment */ macro
176 case PT_ARM_EXIDX: in dwarf_find_unwind_table_memory()308 case PT_ARM_EXIDX: in dwarf_find_unwind_table()
479 case PT_ARM_EXIDX: in arm_phdr_cb()
945 PT_ARM_EXIDX = 0x70000001, enumerator
466 LLVM_READOBJ_ENUM_CASE(ELF, PT_ARM_EXIDX); in getElfSegmentType()
2354 #define PT_ARM_EXIDX (PT_LOPROC + 1) /* ARM unwind segment. */ macro