Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp277 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELR); in getELFSectionTypeName()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h947 SHT_ANDROID_RELR = 0x6fffff00, // Relocation entries; only offsets. enumerator
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3463 bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR; in printRelocHeaderFields()
3496 Sec.sh_type == ELF::SHT_ANDROID_RELR; in isRelocationSec()
3513 Sec.sh_type == ELF::SHT_ANDROID_RELR)) { in printRelocations()
5616 if (Sec.sh_type != ELF::SHT_RELR && Sec.sh_type != ELF::SHT_ANDROID_RELR) { in forEachRelocationDo()
5645 case ELF::SHT_ANDROID_RELR: { in forEachRelocationDo()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOptions.td319 "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",
H A DSyntheticSections.cpp1683 config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR, in RelrBaseSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp620 ECase(SHT_ANDROID_RELR); in enumeration()