Searched refs:PT_ARM_EXIDX (Results 1 – 8 of 8) sorted by relevance
75 if (hdr->p_type == PT_ARM_EXIDX) { in dl_unwind_find_exidx()
59 #define PT_ARM_EXIDX (PT_LOPROC + 1) macro
41 #define PT_ARM_EXIDX (PT_LOPROC + 1) macro
453 * arm.h (PT_ARM_EXIDX): Define.
1573 PT_ARM_EXIDX = 0x70000001, enumerator
400 LLVM_READOBJ_ENUM_CASE(ELF, PT_ARM_EXIDX); in getElfSegmentType()
10081 while (m && m->p_type != PT_ARM_EXIDX) in elf32_arm_modify_segment_map()10088 m->p_type = PT_ARM_EXIDX; in elf32_arm_modify_segment_map()
2371 case PT_ARM_EXIDX: in get_arm_segment_type()