Searched refs:SHT_RELR (Results 1 – 10 of 10) sorted by relevance
83 // Experimental support for SHT_RELR sections. For details, see proposal101 // Android's experimental support for SHT_RELR sections.
1068 SHT_RELR = 19, // Relocation entries; only offsets. enumerator
64 def raw_relr : FF<"raw-relr", "Do not decode relocations in SHT_RELR section, display raw contents"…
3875 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()
302 STRINGIFY_ENUM_CASE(ELF, SHT_RELR); in getELFSectionTypeName()
340 "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",341 "Use SHT_RELR / DT_RELR* tags (default)">;
546 d->type == llvm::ELF::SHT_RELR); in classof()
1726 config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR, in RelrBaseSection()
92 case ELF::SHT_RELR: in LLVM_YAML_STRONG_TYPEDEF()
674 ECase(SHT_RELR); in enumeration()1612 case ELF::SHT_RELR: in mapping()