Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1094 SHT_ANDROID_RELA = 0x60000002, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp308 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELA); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3860 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields()
3889 Sec.sh_type == ELF::SHT_ANDROID_RELA || in isRelocationSec()
3906 Sec.sh_type == ELF::SHT_ANDROID_RELA) { in printRelocations()
6495 case ELF::SHT_ANDROID_RELA: in forEachRelocationDo()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp693 ECase(SHT_ANDROID_RELA); in enumeration()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1765 name, config->isRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()