Home
last modified time | relevance | path

Searched refs:SHT_RELR (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def83 // Experimental support for SHT_RELR sections. For details, see proposal
101 // Android's experimental support for SHT_RELR sections.
H A DELF.h1068 SHT_RELR = 19, // Relocation entries; only offsets. enumerator
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td64 def raw_relr : FF<"raw-relr", "Do not decode relocations in SHT_RELR section, display raw contents"…
H A DELFDumper.cpp3875 SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR || in printRelocHeaderFields()
3908 Sec.sh_type == ELF::SHT_RELR || Sec.sh_type == ELF::SHT_ANDROID_REL || 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()
6329 case ELF::SHT_RELR: in forEachRelocationDo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp302 STRINGIFY_ENUM_CASE(ELF, SHT_RELR); in getELFSectionTypeName()
/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*",
341 "Use SHT_RELR / DT_RELR* tags (default)">;
H A DSyntheticSections.h546 d->type == llvm::ELF::SHT_RELR); in classof()
H A DSyntheticSections.cpp1726 config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR, in RelrBaseSection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h92 case ELF::SHT_RELR: in LLVM_YAML_STRONG_TYPEDEF()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp674 ECase(SHT_RELR); in enumeration()
1612 case ELF::SHT_RELR: in mapping()