Searched refs:SHT_ARM_EXIDX (Results 1 – 18 of 18) sorted by relevance
| /freebsd-11-stable/contrib/binutils/include/elf/ |
| HD | arm.h | 74 #define SHT_ARM_EXIDX 0x70000001 /* Section holds ARM unwind info. */ macro
|
| HD | ChangeLog | 521 * arm.h (SHT_ARM_EXIDX): Define.
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/ |
| HD | ELF.cpp | 204 STRINGIFY_ENUM_CASE(ELF, SHT_ARM_EXIDX); in getELFSectionTypeName()
|
| /freebsd-11-stable/sys/sys/ |
| HD | elf_common.h | 434 #define SHT_ARM_EXIDX 0x70000001 /* Exception index table. */ macro
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| HD | ARMEHABIPrinter.h | 575 if (Sec.sh_type == ELF::SHT_ARM_EXIDX) { in PrintUnwindInformation()
|
| HD | ELFDumper.cpp | 3375 case SHT_ARM_EXIDX: in getSectionTypeString()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| HD | ELF.h | 862 SHT_ARM_EXIDX = 0x70000001U, enumerator
|
| /freebsd-11-stable/contrib/llvm-project/lld/ELF/ |
| HD | SyntheticSections.cpp | 3262 : SyntheticSection(SHF_ALLOC | SHF_LINK_ORDER, SHT_ARM_EXIDX, in ARMExidxSyntheticSection() 3267 if (d->type == SHT_ARM_EXIDX) in findExidxSection() 3278 if (isec->type == SHT_ARM_EXIDX) { in addSection() 3297 if (isa<InputSection>(ex) && ex->type == SHT_ARM_EXIDX) in addSection() 3460 return d->kind() == InputSectionBase::Synthetic && d->type == SHT_ARM_EXIDX; in classof()
|
| HD | Writer.cpp | 1520 sec->type == SHT_ARM_EXIDX) in resolveShfLinkOrder() 1838 addPhdrForSection(part, SHT_ARM_EXIDX, PT_ARM_EXIDX, PF_R); in finalizeSections()
|
| /freebsd-11-stable/usr.bin/elfdump/ |
| HD | elfdump.c | 368 case SHT_ARM_EXIDX: return "SHT_ARM_EXIDX"; in sh_types()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| HD | ARMELFStreamer.cpp | 1231 SwitchToEHSection(".ARM.exidx", ELF::SHT_ARM_EXIDX, in SwitchToExIdxSection()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| HD | ELFYAML.cpp | 480 ECase(SHT_ARM_EXIDX); in enumeration()
|
| /freebsd-11-stable/contrib/elftoolchain/common/ |
| HD | elfdefinitions.h | 1187 _ELF_DEFINE_SHT(SHT_ARM_EXIDX, 0x70000001UL, \
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | elf32-arm.c | 7897 if (hdr->sh_type == SHT_ARM_EXIDX && hdr->sh_link in elf32_arm_gc_mark_extra_sections() 9449 hdr->sh_type = SHT_ARM_EXIDX; in elf32_arm_fake_sections() 9472 case SHT_ARM_EXIDX: in elf32_arm_section_from_shdr()
|
| /freebsd-11-stable/contrib/elftoolchain/elfdump/ |
| HD | elfdump.c | 431 case SHT_ARM_EXIDX: return "SHT_ARM_EXIDX"; in sh_types()
|
| /freebsd-11-stable/contrib/binutils/gas/config/ |
| HD | tc-arm.c | 17161 if (elf_section_type (now_seg) == SHT_ARM_EXIDX in arm_elf_change_section() 17183 return SHT_ARM_EXIDX; in arm_elf_section_type() 17341 type = SHT_ARM_EXIDX; in start_unwind_section()
|
| /freebsd-11-stable/contrib/elftoolchain/readelf/ |
| HD | readelf.c | 713 case SHT_ARM_EXIDX: return "ARM_EXIDX"; in section_type()
|
| /freebsd-11-stable/contrib/binutils/binutils/ |
| HD | readelf.c | 2630 case SHT_ARM_EXIDX: in get_arm_section_type_name()
|