Home
last modified time | relevance | path

Searched refs:SHT_ANDROID_RELA (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Delf-packed-relocs.test37 Type: SHT_ANDROID_RELA
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DELF.cpp244 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELA); in getELFSectionTypeName()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h798 SHT_ANDROID_RELA = 0x60000002, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp2686 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeader()
2713 Sec.sh_type != ELF::SHT_ANDROID_RELA && in printRelocations()
2721 Sec.sh_type == ELF::SHT_ANDROID_RELA) { in printRelocations()
2767 case ELF::SHT_ANDROID_RELA: in printRelocations()
2769 printRelocation(Obj, SymTab, R, Sec.sh_type == ELF::SHT_ANDROID_RELA); in printRelocations()
4040 Sec.sh_type != ELF::SHT_ANDROID_RELA && in printRelocations()
4088 case ELF::SHT_ANDROID_RELA: in printRelocations()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DELFYAML.cpp442 ECase(SHT_ANDROID_RELA); in enumeration()