Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp275 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_REL); in getELFSectionTypeName()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h932 SHT_ANDROID_REL = 0x60000001, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp618 ECase(SHT_ANDROID_REL); in enumeration()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3494 Sec.sh_type == ELF::SHT_RELR || Sec.sh_type == ELF::SHT_ANDROID_REL || in isRelocationSec()
3503 if (Sec.sh_type == ELF::SHT_ANDROID_REL || in printRelocations()
5662 case ELF::SHT_ANDROID_REL: in forEachRelocationDo()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1730 name, config->isRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()