Searched refs:SHT_ARM_ATTRIBUTES (Results 1 – 20 of 20) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMTargetObjectFile.cpp | 44 ELF::SHT_ARM_ATTRIBUTES, in Initialize()
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetObjectFile.cpp | 40 getContext().getELFSection(".ARM.attributes", ELF::SHT_ARM_ATTRIBUTES, 0); in Initialize()
|
/external/elfutils/backends/ |
D | arm_symbol.c | 65 case SHT_ARM_ATTRIBUTES: in arm_section_type_name()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | ELF.cpp | 200 STRINGIFY_ENUM_CASE(ELF, SHT_ARM_ATTRIBUTES); in getELFSectionTypeName()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 728 SHT_ARM_ATTRIBUTES = 0x70000003U, enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 697 SHT_ARM_ATTRIBUTES = 0x70000003U, enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 696 SHT_ARM_ATTRIBUTES = 0x70000003U, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 820 SHT_ARM_ATTRIBUTES = 0x70000003U, enumerator
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 386 ECase(SHT_ARM_ATTRIBUTES) in enumeration()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 974 ".ARM.attributes", ELF::SHT_ARM_ATTRIBUTES, 0); in finishAttributeSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 459 ECase(SHT_ARM_ATTRIBUTES); in enumeration()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 386 if (Sec.sh_type == ELF::SHT_ARM_ATTRIBUTES) { in getBuildAttributes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 1083 ".ARM.attributes", ELF::SHT_ARM_ATTRIBUTES, 0); in finishAttributeSection()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 995 LLVM_READOBJ_ENUM_CASE(ELF, SHT_ARM_ATTRIBUTES); in getElfSectionType() 1855 if (Sec.sh_type != ELF::SHT_ARM_ATTRIBUTES) in printAttributes() 2558 case SHT_ARM_ATTRIBUTES: in getSectionTypeString()
|
/external/kmod/port-gnu/ |
D | elf.h | 2487 #define SHT_ARM_ATTRIBUTES (SHT_LOPROC + 3) /* ARM attributes section. */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 2707 #define SHT_ARM_ATTRIBUTES (SHT_LOPROC + 3) /* ARM attributes section. */ macro
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.cpp | 1000 case ELF::SHT_ARM_ATTRIBUTES: in WriteSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1972 if (Sec.sh_type != ELF::SHT_ARM_ATTRIBUTES) in printAttributes() 2787 case SHT_ARM_ATTRIBUTES: in getSectionTypeString()
|
/external/elfutils/src/ |
D | ChangeLog | 3015 * readelf.c (print_attributes): Treat SHT_ARM_ATTRIBUTES on EM_ARM
|
D | readelf.c | 3554 && (shdr->sh_type != SHT_ARM_ATTRIBUTES in print_attributes()
|