Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h401 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/sys/sys/
H A Delf_common.h478 #define SHT_ARM_EXIDX 0x70000001 /* Exception index table. */
477 #define SHT_ARM_EXIDX global() macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1196 SHT_ARM_EXIDX = 0x70000001U, enumerator
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp453 sym.section->type == SHT_ARM_EXIDX) in shouldKeepInSymtab()
1427 sec->type == SHT_ARM_EXIDX) in resolveShfLinkOrder()
2046 addPhdrForSection(part, SHT_ARM_EXIDX, PT_ARM_EXIDX, PF_R); in finalizeSections()
H A DSyntheticSections.cpp4079 : SyntheticSection(ctx, ".ARM.exidx", SHT_ARM_EXIDX, in ARMExidxSyntheticSection()
4084 if (d->type == SHT_ARM_EXIDX && d->isLive()) in findExidxSection()
4095 if (isec->type == SHT_ARM_EXIDX) { in addSection()
4119 if (isa<InputSection>(ex) && ex->type == SHT_ARM_EXIDX) in addSection()
H A DSyntheticSections.h1263 sec->type == llvm::ELF::SHT_ARM_EXIDX; in classof()
H A DRelocations.cpp1716 !(s->type == SHT_ARM_EXIDX && ctx.arg.emachine == EM_ARM)) in scanRelocations()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp248 STRINGIFY_ENUM_CASE(ELF, SHT_ARM_EXIDX); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp733 ECase(SHT_ARM_EXIDX); in enumeration()
1643 if (Obj.getMachine() == ELF::EM_ARM && Type == ELF::SHT_ARM_EXIDX) { in mapping()
/freebsd/usr.bin/elfdump/
H A Delfdump.c376 case SHT_ARM_EXIDX: return "SHT_ARM_EXIDX"; in sh_types()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1205 SwitchToEHSection(".ARM.exidx", ELF::SHT_ARM_EXIDX, in SwitchToExIdxSection()
/freebsd/sys/kern/
H A Dlink_elf.c864 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()