Home
last modified time | relevance | path

Searched refs:SHT_ARM_ATTRIBUTES (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMTargetObjectFile.cpp44 ELF::SHT_ARM_ATTRIBUTES, in Initialize()
/external/llvm/lib/Target/ARM/
DARMTargetObjectFile.cpp40 getContext().getELFSection(".ARM.attributes", ELF::SHT_ARM_ATTRIBUTES, 0); in Initialize()
/external/elfutils/backends/
Darm_symbol.c65 case SHT_ARM_ATTRIBUTES: in arm_section_type_name()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DELF.cpp200 STRINGIFY_ENUM_CASE(ELF, SHT_ARM_ATTRIBUTES); in getELFSectionTypeName()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h728 SHT_ARM_ATTRIBUTES = 0x70000003U, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h697 SHT_ARM_ATTRIBUTES = 0x70000003U, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h820 SHT_ARM_ATTRIBUTES = 0x70000003U, enumerator
/external/llvm/include/llvm/Support/
DELF.h696 SHT_ARM_ATTRIBUTES = 0x70000003U, enumerator
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp386 ECase(SHT_ARM_ATTRIBUTES) in enumeration()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp974 ".ARM.attributes", ELF::SHT_ARM_ATTRIBUTES, 0); in finishAttributeSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp1083 ".ARM.attributes", ELF::SHT_ARM_ATTRIBUTES, 0); in finishAttributeSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DELFYAML.cpp459 ECase(SHT_ARM_ATTRIBUTES); in enumeration()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFObjectFile.h386 if (Sec.sh_type == ELF::SHT_ARM_ATTRIBUTES) { in getBuildAttributes()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp995 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/
Delf.h2487 #define SHT_ARM_ATTRIBUTES (SHT_LOPROC + 3) /* ARM attributes section. */ macro
/external/elfutils/libelf/
Delf.h2707 #define SHT_ARM_ATTRIBUTES (SHT_LOPROC + 3) /* ARM attributes section. */ macro
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp1000 case ELF::SHT_ARM_ATTRIBUTES: in WriteSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp1972 if (Sec.sh_type != ELF::SHT_ARM_ATTRIBUTES) in printAttributes()
2787 case SHT_ARM_ATTRIBUTES: in getSectionTypeString()
/external/elfutils/src/
DChangeLog3015 * readelf.c (print_attributes): Treat SHT_ARM_ATTRIBUTES on EM_ARM
Dreadelf.c3554 && (shdr->sh_type != SHT_ARM_ATTRIBUTES in print_attributes()