Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1094 SHT_ANDROID_RELA = 0x60000002, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDELF.cpp308 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELA); in getELFSectionTypeName()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp3860 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields()
3889 Sec.sh_type == ELF::SHT_ANDROID_RELA || in isRelocationSec()
3906 Sec.sh_type == ELF::SHT_ANDROID_RELA) { in printRelocations()
6495 case ELF::SHT_ANDROID_RELA: in forEachRelocationDo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp693 ECase(SHT_ANDROID_RELA); in enumeration()
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.cpp1765 name, config->isRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()