Searched refs:SHT_RELR (Results 1 – 9 of 9) sorted by relevance
88 // Experimental support for SHT_RELR sections. For details, see proposal110 // Android's experimental support for SHT_RELR sections.
1160 SHT_RELR = 19, // Relocation entries; only offsets. enumerator
307 STRINGIFY_ENUM_CASE(ELF, SHT_RELR); in getELFSectionTypeName()
92 case ELF::SHT_RELR: in LLVM_YAML_STRONG_TYPEDEF()
908 !is_contained({ELF::SHT_REL, ELF::SHT_RELA, ELF::SHT_RELR}, in checkDynRelAddends()
378 "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",379 "Use SHT_RELR / DT_RELR* tags (default)">;
1806 : (ctx.arg.useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR), in RelrBaseSection()
710 ECase(SHT_RELR); in enumeration()1663 case ELF::SHT_RELR: in mapping()
3952 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()