Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf_common.h455 #define SHT_ARM_EXIDX 0x70000001 /* Exception index table. */ macro
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h400 if (Sec.sh_type == ELF::SHT_ARM_EXIDX) { in graphifySections()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h629 if (Sec.sh_type == ELF::SHT_ARM_EXIDX) { in PrintUnwindInformation()
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp436 sym.section->type == SHT_ARM_EXIDX) in shouldKeepInSymtab()
1376 sec->type == SHT_ARM_EXIDX) in resolveShfLinkOrder()
1928 addPhdrForSection(part, SHT_ARM_EXIDX, PT_ARM_EXIDX, PF_R); in finalizeSections()
H A DSyntheticSections.cpp3989 : SyntheticSection(SHF_ALLOC | SHF_LINK_ORDER, SHT_ARM_EXIDX, in ARMExidxSyntheticSection()
3994 if (d->type == SHT_ARM_EXIDX && d->isLive()) in findExidxSection()
4005 if (isec->type == SHT_ARM_EXIDX) { in addSection()
4029 if (isa<InputSection>(ex) && ex->type == SHT_ARM_EXIDX) in addSection()
H A DSyntheticSections.h1247 sec->type == llvm::ELF::SHT_ARM_EXIDX; in classof()
H A DRelocations.cpp1653 !(s->type == SHT_ARM_EXIDX && config->emachine == EM_ARM)) in scanRelocations()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1123 SHT_ARM_EXIDX = 0x70000001U, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp246 STRINGIFY_ENUM_CASE(ELF, SHT_ARM_EXIDX); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp714 ECase(SHT_ARM_EXIDX); in enumeration()
1611 if (Obj.getMachine() == ELF::EM_ARM && Type == ELF::SHT_ARM_EXIDX) { in mapping()
/freebsd/usr.bin/elfdump/
H A Delfdump.c375 case SHT_ARM_EXIDX: return "SHT_ARM_EXIDX"; in sh_types()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1167 SwitchToEHSection(".ARM.exidx", ELF::SHT_ARM_EXIDX, in SwitchToExIdxSection()
/freebsd/sys/kern/
H A Dlink_elf.c847 if (shdr[i].sh_type == SHT_ARM_EXIDX) { in link_elf_locate_exidx()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1187 _ELF_DEFINE_SHT(SHT_ARM_EXIDX, 0x70000001UL, \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c431 case SHT_ARM_EXIDX: return "SHT_ARM_EXIDX"; in sh_types()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c725 case SHT_ARM_EXIDX: return "ARM_EXIDX"; in section_type()