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

/freebsd-12-stable/contrib/binutils/include/elf/
H A Darm.h74 #define SHT_ARM_EXIDX 0x70000001 /* Section holds ARM unwind info. */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp204 STRINGIFY_ENUM_CASE(ELF, SHT_ARM_EXIDX);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h575 if (Sec.sh_type == ELF::SHT_ARM_EXIDX) {
H A DELFDumper.cpp3375 case SHT_ARM_EXIDX:
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3262 : SyntheticSection(SHF_ALLOC | SHF_LINK_ORDER, SHT_ARM_EXIDX,
3267 if (d->type == SHT_ARM_EXIDX)
3278 if (isec->type == SHT_ARM_EXIDX) {
3297 if (isa<InputSection>(ex) && ex->type == SHT_ARM_EXIDX)
3460 return d->kind() == InputSectionBase::Synthetic && d->type == SHT_ARM_EXIDX;
H A DWriter.cpp1520 sec->type == SHT_ARM_EXIDX)
1838 addPhdrForSection(part, SHT_ARM_EXIDX, PT_ARM_EXIDX, PF_R);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h862 SHT_ARM_EXIDX = 0x70000001U,
/freebsd-12-stable/sys/sys/
H A Delf_common.h451 #define SHT_ARM_EXIDX 0x70000001 /* Exception index table. */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1231 SwitchToEHSection(".ARM.exidx", ELF::SHT_ARM_EXIDX,
/freebsd-12-stable/usr.bin/elfdump/
H A Delfdump.c378 case SHT_ARM_EXIDX: return "SHT_ARM_EXIDX";
/freebsd-12-stable/sys/kern/
H A Dlink_elf.c707 if (shdr[i].sh_type == SHT_ARM_EXIDX) {
/freebsd-12-stable/contrib/binutils/bfd/
H A Delf32-arm.c7897 if (hdr->sh_type == SHT_ARM_EXIDX && hdr->sh_link
9449 hdr->sh_type = SHT_ARM_EXIDX;
9472 case SHT_ARM_EXIDX:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp480 ECase(SHT_ARM_EXIDX);
/freebsd-12-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h1187 _ELF_DEFINE_SHT(SHT_ARM_EXIDX, 0x70000001UL, \
/freebsd-12-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c431 case SHT_ARM_EXIDX: return "SHT_ARM_EXIDX";
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-arm.c17174 if (elf_section_type (now_seg) == SHT_ARM_EXIDX
17196 return SHT_ARM_EXIDX;
17355 type = SHT_ARM_EXIDX;
/freebsd-12-stable/contrib/binutils/binutils/
H A Dreadelf.c2633 case SHT_ARM_EXIDX:
/freebsd-12-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c713 case SHT_ARM_EXIDX: return "ARM_EXIDX";

Completed in 404 milliseconds