Home
last modified time | relevance | path

Searched refs:SHT_ARM_EXIDX (Results 1 – 11 of 11) sorted by relevance

/trueos/contrib/binutils/include/elf/
HDarm.h74 #define SHT_ARM_EXIDX 0x70000001 /* Section holds ARM unwind info. */ macro
HDChangeLog516 * arm.h (SHT_ARM_EXIDX): Define.
/trueos/sys/sys/
HDelf_common.h304 #define SHT_ARM_EXIDX 0x70000001 /* Exception index table. */ macro
/trueos/contrib/llvm/lib/Target/ARM/MCTargetDesc/
HDARMELFStreamer.cpp707 ELF::SHT_ARM_EXIDX, in SwitchToExIdxSection()
/trueos/contrib/llvm/include/llvm/Support/
HDELF.h1249 SHT_ARM_EXIDX = 0x70000001U, in LLVM_ENUM_INT_TYPE()
/trueos/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp332 LLVM_READOBJ_ENUM_CASE(ELF, SHT_ARM_EXIDX); in getElfSectionType()
/trueos/usr.bin/elfdump/
HDelfdump.c363 case SHT_ARM_EXIDX: return "SHT_ARM_EXIDX"; in sh_types()
/trueos/contrib/llvm/lib/MC/
HDELFObjectWriter.cpp1365 Section.getType() == ELF::SHT_ARM_EXIDX) { in WriteSection()
/trueos/contrib/binutils/bfd/
HDelf32-arm.c7869 if (hdr->sh_type == SHT_ARM_EXIDX && hdr->sh_link in elf32_arm_gc_mark_extra_sections()
9414 hdr->sh_type = SHT_ARM_EXIDX; in elf32_arm_fake_sections()
9437 case SHT_ARM_EXIDX: in elf32_arm_section_from_shdr()
/trueos/contrib/binutils/gas/config/
HDtc-arm.c17103 if (elf_section_type (now_seg) == SHT_ARM_EXIDX in arm_elf_change_section()
17125 return SHT_ARM_EXIDX; in arm_elf_section_type()
17283 type = SHT_ARM_EXIDX; in start_unwind_section()
/trueos/contrib/binutils/binutils/
HDreadelf.c2630 case SHT_ARM_EXIDX: in get_arm_section_type_name()