Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELF.cpp276 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELA); in getELFSectionTypeName()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h927 SHT_ANDROID_RELA = 0x60000002, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3446 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields()
3479 Sec.sh_type == ELF::SHT_ANDROID_RELA || in isRelocationSec()
3488 Sec.sh_type == ELF::SHT_ANDROID_RELA) { in printRelocations()
5647 case ELF::SHT_ANDROID_RELA: in forEachRelocationDo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp616 ECase(SHT_ANDROID_RELA); in enumeration()