Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1113 SHT_ANDROID_RELR = 0x6fffff00, // Relocation entries; only offsets. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp309 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELR); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3890 Sec.sh_type == ELF::SHT_ANDROID_RELR || in isRelocationSec()
3898 Sec.sh_type == ELF::SHT_ANDROID_RELR || in printRelocations()
6436 if (Sec.sh_type != ELF::SHT_RELR && Sec.sh_type != ELF::SHT_ANDROID_RELR && in forEachRelocationDo()
6471 case ELF::SHT_ANDROID_RELR: { in forEachRelocationDo()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td361 "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",
H A DSyntheticSections.cpp1747 : (config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR), in RelrBaseSection()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp694 ECase(SHT_ANDROID_RELR); in enumeration()