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.h1168 SHT_ANDROID_RELA = 0x60000002, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp310 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELA); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3925 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields()
3954 Sec.sh_type == ELF::SHT_ANDROID_RELA || in isRelocationSec()
3971 Sec.sh_type == ELF::SHT_ANDROID_RELA) { in printRelocations()
6597 case ELF::SHT_ANDROID_RELA: in forEachRelocationDo()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp713 ECase(SHT_ANDROID_RELA); in enumeration()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1824 ctx, name, ctx.arg.isRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()