Home
last modified time | relevance | path

Searched refs:SHT_ANDROID_RELR (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1092 SHT_ANDROID_RELR = 0x6fffff00, // Relocation entries; only offsets. enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp305 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELR); in getELFSectionTypeName()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3875 SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR || in printRelocHeaderFields()
3910 Sec.sh_type == ELF::SHT_ANDROID_RELR || in isRelocationSec()
3929 (Sec.sh_type == ELF::SHT_RELR || Sec.sh_type == ELF::SHT_ANDROID_RELR || in printRelocations()
6295 if (Sec.sh_type != ELF::SHT_RELR && Sec.sh_type != ELF::SHT_ANDROID_RELR && in forEachRelocationDo()
6330 case ELF::SHT_ANDROID_RELR: { in forEachRelocationDo()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DOptions.td340 "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",
H A DSyntheticSections.cpp1726 config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR, in RelrBaseSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp677 ECase(SHT_ANDROID_RELR); in enumeration()