Searched refs:SHT_RELR (Results 1 – 7 of 7) sorted by relevance
88 Type: SHT_RELR166 Type: SHT_RELR
68 // Experimental support for SHT_RELR sections. For details, see proposal86 // Android's experimental support for SHT_RELR sections.
793 SHT_RELR = 19, // Relocation entries; only offsets. enumerator
242 STRINGIFY_ENUM_CASE(ELF, SHT_RELR); in getELFSectionTypeName()
2687 bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR; in printRelocHeader()2711 Sec.sh_type != ELF::SHT_RELR && in printRelocations()2728 if (!opts::RawRelr && (Sec.sh_type == ELF::SHT_RELR || in printRelocations()2756 case ELF::SHT_RELR: in printRelocations()2847 case SHT_RELR: in getSectionTypeString()4038 Sec.sh_type != ELF::SHT_RELR && in printRelocations()4074 case ELF::SHT_RELR: in printRelocations()
464 if (Section.Type == llvm::ELF::SHT_RELR) in writeSectionContent()
439 ECase(SHT_RELR); in enumeration()