Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def88 // Experimental support for SHT_RELR sections. For details, see proposal
110 // Android's experimental support for SHT_RELR sections.
H A DELF.h1160 SHT_RELR = 19, // Relocation entries; only offsets. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp307 STRINGIFY_ENUM_CASE(ELF, SHT_RELR); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h92 case ELF::SHT_RELR: in LLVM_YAML_STRONG_TYPEDEF()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp908 !is_contained({ELF::SHT_REL, ELF::SHT_RELA, ELF::SHT_RELR}, in checkDynRelAddends()
H A DOptions.td378 "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",
379 "Use SHT_RELR / DT_RELR* tags (default)">;
H A DSyntheticSections.cpp1806 : (ctx.arg.useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR), in RelrBaseSection()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp710 ECase(SHT_RELR); in enumeration()
1663 case ELF::SHT_RELR: in mapping()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3952 Sec.sh_type == ELF::SHT_RELR || Sec.sh_type == ELF::SHT_CREL || in isRelocationSec()
3962 return Sec.sh_type == ELF::SHT_RELR || in printRelocations()
6538 if (Sec.sh_type != ELF::SHT_RELR && Sec.sh_type != ELF::SHT_ANDROID_RELR && in forEachRelocationDo()
6572 case ELF::SHT_RELR: in forEachRelocationDo()