Searched refs:SHT_ARM_EXIDX (Results 1 – 15 of 15) sorted by relevance
63 case SHT_ARM_EXIDX: in arm_section_type_name()134 return sh_type == SHT_ARM_EXIDX; in arm_check_reloc_target_type()
204 STRINGIFY_ENUM_CASE(ELF, SHT_ARM_EXIDX); in getELFSectionTypeName()
693 SHT_ARM_EXIDX = 0x70000001U, enumerator
862 SHT_ARM_EXIDX = 0x70000001U, enumerator
399 { SHT_ARM_EXIDX, "ARM_EXIDX" },
525 constexpr Elf_Word SHT_ARM_EXIDX = 0x70000001; variable
1231 SwitchToEHSection(".ARM.exidx", ELF::SHT_ARM_EXIDX, in SwitchToExIdxSection()
2355 #define SHT_ARM_EXIDX (SHT_LOPROC + 1) macro
2359 #define SHT_ARM_EXIDX (SHT_LOPROC + 1) macro
2363 #define SHT_ARM_EXIDX (SHT_LOPROC + 1) macro
2769 #define SHT_ARM_EXIDX (SHT_LOPROC + 1) /* ARM unwind section. */ macro
480 ECase(SHT_ARM_EXIDX); in enumeration()