Home
last modified time | relevance | path

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

12

/external/elfutils/backends/
Darm_symbol.c61 case SHT_ARM_EXIDX: in arm_section_type_name()
132 return sh_type == SHT_ARM_EXIDX; in arm_check_reloc_target_type()
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Darmexidx-link.test7 # CHECK-NEXT: Type: SHT_ARM_EXIDX (0x70000001)
33 Type: SHT_ARM_EXIDX
/external/llvm/test/MC/ARM/
Deh-link.s30 @ CHECK-NEXT: Type: SHT_ARM_EXIDX
65 @ CHECK-NEXT: Type: SHT_ARM_EXIDX
Deh-directive-text-section.s51 @ CHECK: Type: SHT_ARM_EXIDX (0x70000001)
Deh-directive-section-comdat.s107 @ CHECK: Type: SHT_ARM_EXIDX (0x70000001)
/external/llvm-project/llvm/test/MC/ARM/
Deh-link.s30 @ CHECK-NEXT: Type: SHT_ARM_EXIDX
65 @ CHECK-NEXT: Type: SHT_ARM_EXIDX
Deh-directive-text-section.s51 @ CHECK: Type: SHT_ARM_EXIDX (0x70000001)
Deh-directive-section-comdat.s107 @ CHECK: Type: SHT_ARM_EXIDX (0x70000001)
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dmachine-specific-section-types.test17 # ARM-LLVM: Type: SHT_ARM_EXIDX
60 Type: SHT_ARM_EXIDX
/external/llvm-project/lld/test/ELF/linkerscript/
Dempty-link-order.test18 # CHECK-NEXT: Type: SHT_ARM_EXIDX
Darm-exidx-sentinel-and-assignment.s29 # SYMBOL-NEXT: Type: SHT_ARM_EXIDX
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ARM/
Dunwind-non-relocatable.test94 Type: SHT_ARM_EXIDX
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp204 STRINGIFY_ENUM_CASE(ELF, SHT_ARM_EXIDX); in getELFSectionTypeName()
/external/llvm-project/llvm/lib/Object/
DELF.cpp220 STRINGIFY_ENUM_CASE(ELF, SHT_ARM_EXIDX); in getELFSectionTypeName()
/external/llvm/include/llvm/Support/
DELF.h692 SHT_ARM_EXIDX = 0x70000001U, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h693 SHT_ARM_EXIDX = 0x70000001U, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h862 SHT_ARM_EXIDX = 0x70000001U, enumerator
/external/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h552 if (Sec.sh_type == ELF::SHT_ARM_EXIDX) { in PrintUnwindInformation()
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h887 SHT_ARM_EXIDX = 0x70000001U, enumerator
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp3314 : SyntheticSection(SHF_ALLOC | SHF_LINK_ORDER, SHT_ARM_EXIDX, in ARMExidxSyntheticSection()
3319 if (d->type == SHT_ARM_EXIDX && d->isLive()) in findExidxSection()
3330 if (isec->type == SHT_ARM_EXIDX) { in addSection()
3354 if (isa<InputSection>(ex) && ex->type == SHT_ARM_EXIDX) in addSection()
3528 return d->kind() == InputSectionBase::Synthetic && d->type == SHT_ARM_EXIDX; in classof()
DWriter.cpp717 sym.section->type == SHT_ARM_EXIDX) in shouldKeepInSymtab()
1654 sec->type == SHT_ARM_EXIDX) in resolveShfLinkOrder()
2102 addPhdrForSection(part, SHT_ARM_EXIDX, PT_ARM_EXIDX, PF_R); in finalizeSections()
/external/llvm-project/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h629 if (Sec.sh_type == ELF::SHT_ARM_EXIDX) { in PrintUnwindInformation()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp503 ECase(SHT_ARM_EXIDX); in enumeration()
1330 if (Obj.getMachine() == ELF::EM_ARM && Type == ELF::SHT_ARM_EXIDX) { in mapping()
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp384 ECase(SHT_ARM_EXIDX) in enumeration()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp1113 SwitchToEHSection(".ARM.exidx", ELF::SHT_ARM_EXIDX, in SwitchToExIdxSection()

12