Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1072 SHT_ANDROID_REL = 0x60000001, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp303 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_REL); in getELFSectionTypeName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp675 ECase(SHT_ANDROID_REL); in enumeration()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3908 Sec.sh_type == ELF::SHT_RELR || Sec.sh_type == ELF::SHT_ANDROID_REL || in isRelocationSec()
3919 if (Sec.sh_type == ELF::SHT_ANDROID_REL || in printRelocations()
6347 case ELF::SHT_ANDROID_REL: in forEachRelocationDo()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1744 name, config->isRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()