Searched refs:SHT_ARM_EXIDX (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/sys/ |
H A D | elf_common.h | 455 #define SHT_ARM_EXIDX 0x70000001 /* Exception index table. */ macro
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELFLinkGraphBuilder.h | 400 if (Sec.sh_type == ELF::SHT_ARM_EXIDX) { in graphifySections()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ARMEHABIPrinter.h | 629 if (Sec.sh_type == ELF::SHT_ARM_EXIDX) { in PrintUnwindInformation()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Writer.cpp | 436 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 D | SyntheticSections.cpp | 3989 : 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 D | SyntheticSections.h | 1247 sec->type == llvm::ELF::SHT_ARM_EXIDX; in classof()
|
H A D | Relocations.cpp | 1653 !(s->type == SHT_ARM_EXIDX && config->emachine == EM_ARM)) in scanRelocations()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1123 SHT_ARM_EXIDX = 0x70000001U, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 246 STRINGIFY_ENUM_CASE(ELF, SHT_ARM_EXIDX); in getELFSectionTypeName()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 714 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 D | elfdump.c | 375 case SHT_ARM_EXIDX: return "SHT_ARM_EXIDX"; in sh_types()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFStreamer.cpp | 1167 SwitchToEHSection(".ARM.exidx", ELF::SHT_ARM_EXIDX, in SwitchToExIdxSection()
|
/freebsd/sys/kern/ |
H A D | link_elf.c | 847 if (shdr[i].sh_type == SHT_ARM_EXIDX) { in link_elf_locate_exidx()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 1187 _ELF_DEFINE_SHT(SHT_ARM_EXIDX, 0x70000001UL, \
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 431 case SHT_ARM_EXIDX: return "SHT_ARM_EXIDX"; in sh_types()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 725 case SHT_ARM_EXIDX: return "ARM_EXIDX"; in section_type()
|