Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/include/elf/
HDarm.h74 #define SHT_ARM_EXIDX 0x70000001 /* Section holds ARM unwind info. */ macro
HDChangeLog521 * arm.h (SHT_ARM_EXIDX): Define.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDELF.cpp204 STRINGIFY_ENUM_CASE(ELF, SHT_ARM_EXIDX); in getELFSectionTypeName()
/freebsd-11-stable/sys/sys/
HDelf_common.h434 #define SHT_ARM_EXIDX 0x70000001 /* Exception index table. */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDARMEHABIPrinter.h575 if (Sec.sh_type == ELF::SHT_ARM_EXIDX) { in PrintUnwindInformation()
HDELFDumper.cpp3375 case SHT_ARM_EXIDX: in getSectionTypeString()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h862 SHT_ARM_EXIDX = 0x70000001U, enumerator
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.cpp3262 : SyntheticSection(SHF_ALLOC | SHF_LINK_ORDER, SHT_ARM_EXIDX, in ARMExidxSyntheticSection()
3267 if (d->type == SHT_ARM_EXIDX) in findExidxSection()
3278 if (isec->type == SHT_ARM_EXIDX) { in addSection()
3297 if (isa<InputSection>(ex) && ex->type == SHT_ARM_EXIDX) in addSection()
3460 return d->kind() == InputSectionBase::Synthetic && d->type == SHT_ARM_EXIDX; in classof()
HDWriter.cpp1520 sec->type == SHT_ARM_EXIDX) in resolveShfLinkOrder()
1838 addPhdrForSection(part, SHT_ARM_EXIDX, PT_ARM_EXIDX, PF_R); in finalizeSections()
/freebsd-11-stable/usr.bin/elfdump/
HDelfdump.c368 case SHT_ARM_EXIDX: return "SHT_ARM_EXIDX"; in sh_types()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMELFStreamer.cpp1231 SwitchToEHSection(".ARM.exidx", ELF::SHT_ARM_EXIDX, in SwitchToExIdxSection()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp480 ECase(SHT_ARM_EXIDX); in enumeration()
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h1187 _ELF_DEFINE_SHT(SHT_ARM_EXIDX, 0x70000001UL, \
/freebsd-11-stable/contrib/binutils/bfd/
HDelf32-arm.c7897 if (hdr->sh_type == SHT_ARM_EXIDX && hdr->sh_link in elf32_arm_gc_mark_extra_sections()
9449 hdr->sh_type = SHT_ARM_EXIDX; in elf32_arm_fake_sections()
9472 case SHT_ARM_EXIDX: in elf32_arm_section_from_shdr()
/freebsd-11-stable/contrib/elftoolchain/elfdump/
HDelfdump.c431 case SHT_ARM_EXIDX: return "SHT_ARM_EXIDX"; in sh_types()
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-arm.c17161 if (elf_section_type (now_seg) == SHT_ARM_EXIDX in arm_elf_change_section()
17183 return SHT_ARM_EXIDX; in arm_elf_section_type()
17341 type = SHT_ARM_EXIDX; in start_unwind_section()
/freebsd-11-stable/contrib/elftoolchain/readelf/
HDreadelf.c713 case SHT_ARM_EXIDX: return "ARM_EXIDX"; in section_type()
/freebsd-11-stable/contrib/binutils/binutils/
HDreadelf.c2630 case SHT_ARM_EXIDX: in get_arm_section_type_name()