Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1167 SHT_ANDROID_REL = 0x60000001, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp309 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_REL); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp712 ECase(SHT_ANDROID_REL); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3953 Sec.sh_type == ELF::SHT_ANDROID_REL || in isRelocationSec()
3970 if (Sec.sh_type == ELF::SHT_ANDROID_REL || in printRelocations()
6596 case ELF::SHT_ANDROID_REL: in forEachRelocationDo()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1824 ctx, name, ctx.arg.isRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()