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.h1093 SHT_ANDROID_REL = 0x60000001, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp307 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_REL); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp692 ECase(SHT_ANDROID_REL); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3888 Sec.sh_type == ELF::SHT_ANDROID_REL || in isRelocationSec()
3905 if (Sec.sh_type == ELF::SHT_ANDROID_REL || in printRelocations()
6494 case ELF::SHT_ANDROID_REL: in forEachRelocationDo()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1765 name, config->isRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()