Searched refs:SHT_ARM_EXIDX (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELFLinkGraphBuilder.h | 401 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/sys/sys/ |
| H A D | elf_common.h | 478 #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 D | ELF.h | 1196 SHT_ARM_EXIDX = 0x70000001U, enumerator
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Writer.cpp | 453 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 D | SyntheticSections.cpp | 4079 : 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 D | SyntheticSections.h | 1263 sec->type == llvm::ELF::SHT_ARM_EXIDX; in classof()
|
| H A D | Relocations.cpp | 1716 !(s->type == SHT_ARM_EXIDX && ctx.arg.emachine == EM_ARM)) in scanRelocations()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELF.cpp | 248 STRINGIFY_ENUM_CASE(ELF, SHT_ARM_EXIDX); in getELFSectionTypeName()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 733 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 D | elfdump.c | 376 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 | 1205 SwitchToEHSection(".ARM.exidx", ELF::SHT_ARM_EXIDX, in SwitchToExIdxSection()
|
| /freebsd/sys/kern/ |
| H A D | link_elf.c | 864 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()
|