Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELF.cpp275 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_REL); in getELFSectionTypeName()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h926 SHT_ANDROID_REL = 0x60000001, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp615 ECase(SHT_ANDROID_REL); in enumeration()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3478 Sec.sh_type == ELF::SHT_RELR || Sec.sh_type == ELF::SHT_ANDROID_REL || in isRelocationSec()
3487 if (Sec.sh_type == ELF::SHT_ANDROID_REL || in printRelocations()
5646 case ELF::SHT_ANDROID_REL: in forEachRelocationDo()