Home
last modified time | relevance | path

Searched refs:SHT_ANDROID_RELR (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DELF.cpp245 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELR); in getELFSectionTypeName()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h806 SHT_ANDROID_RELR = 0x6fffff00, // Relocation entries; only offsets. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp2687 bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR; in printRelocHeader()
2714 Sec.sh_type != ELF::SHT_ANDROID_RELR) in printRelocations()
2729 Sec.sh_type == ELF::SHT_ANDROID_RELR)) { in printRelocations()
2757 case ELF::SHT_ANDROID_RELR: in printRelocations()
2848 case SHT_ANDROID_RELR: in getSectionTypeString()
4041 Sec.sh_type != ELF::SHT_ANDROID_RELR) in printRelocations()
4075 case ELF::SHT_ANDROID_RELR: { in printRelocations()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DELFYAML.cpp443 ECase(SHT_ANDROID_RELR); in enumeration()