Searched refs:SHT_ANDROID_RELR (Results 1 – 6 of 6) sorted by relevance
251 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELR); in getELFSectionTypeName()
852 SHT_ANDROID_RELR = 0x6fffff00, // Relocation entries; only offsets. enumerator
3266 bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR; in printRelocHeader()3291 Sec.sh_type != ELF::SHT_ANDROID_RELR) in printRelocations()3306 Sec.sh_type == ELF::SHT_ANDROID_RELR)) { in printRelocations()3335 case ELF::SHT_ANDROID_RELR: in printRelocations()3447 case SHT_ANDROID_RELR: in getSectionTypeString()5542 Sec.sh_type != ELF::SHT_ANDROID_RELR) in printRelocations()5577 case ELF::SHT_ANDROID_RELR: { in printRelocations()
278 "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",
1577 config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR, in RelrBaseSection()
464 ECase(SHT_ANDROID_RELR); in enumeration()