Searched refs:PT_ARM_EXIDX (Results 1 – 8 of 8) sorted by relevance
72 if (hdr->p_type == PT_ARM_EXIDX) { in dl_unwind_find_exidx()
428 if (phdr->p_type == PT_ARM_EXIDX) { in checkForUnwindInfoSegment() 468 // PT_GNU_EH_FRAME and PT_ARM_EXIDX are usually near the end. Iterate in findUnwindSectionsByPhdr()
548 #define PT_ARM_EXIDX 0x70000001 /* ARM exception unwind tables. */ macro
1504 PT_ARM_EXIDX = 0x70000001, enumerator
992 _ELF_DEFINE_PT(PT_ARM_EXIDX, 0x70000001UL, \1011 #define PT_ARM_UNWIND PT_ARM_EXIDX
1928 addPhdrForSection(part, SHT_ARM_EXIDX, PT_ARM_EXIDX, PF_R); in finalizeSections()2552 if (part.armExidx && p->p_type == PT_ARM_EXIDX) { in setPhdrs()
681 case PT_ARM_EXIDX: return "ARM_EXIDX"; in phdr_type()
1461 switch (Type) { LLVM_READOBJ_ENUM_CASE(ELF, PT_ARM_EXIDX); } in segmentTypeToString()