Searched refs:SHT_RELR (Results 1 – 15 of 15) sorted by relevance
83 // Experimental support for SHT_RELR sections. For details, see proposal101 // Android's experimental support for SHT_RELR sections.
1013 SHT_RELR = 19, // Relocation entries; only offsets. enumerator
350 #define SHT_RELR 19 /* relative-only relocation section */ macro
265 #define SHT_RELR 19 /* relative-only relocation section */ macro
295 STRINGIFY_ENUM_CASE(ELF, SHT_RELR); in getELFSectionTypeName()
61 def raw_relr : FF<"raw-relr", "Do not decode relocations in SHT_RELR section, display raw contents"…
3566 bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR; in printRelocHeaderFields()3597 Sec.sh_type == ELF::SHT_RELR || Sec.sh_type == ELF::SHT_ANDROID_REL || in isRelocationSec()3615 if (!opts::RawRelr && (Sec.sh_type == ELF::SHT_RELR || in printRelocations()5903 if (Sec.sh_type != ELF::SHT_RELR && Sec.sh_type != ELF::SHT_ANDROID_RELR) { in forEachRelocationDo()5931 case ELF::SHT_RELR: in forEachRelocationDo()
664 ECase(SHT_RELR); in enumeration()1595 case ELF::SHT_RELR: in mapping()
321 "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",322 "Use SHT_RELR / DT_RELR* tags (default)">;
544 d->type == llvm::ELF::SHT_RELR); in classof()
1699 config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR, in RelrBaseSection()
92 case ELF::SHT_RELR: in LLVM_YAML_STRONG_TYPEDEF()
2919 case SHT_RELR: return "RELR"; in get_section_type_name()4391 else if (section->sh_type == SHT_RELR) in process_section_headers()4949 && section->sh_type != SHT_RELR) in process_relocs()4967 if (section->sh_type == SHT_RELR) in process_relocs()
600 case ELF::SHT_RELR: in dumpSections()
2130 case SHT_RELR: in bfd_section_from_shdr()