Searched refs:SHT_ANDROID_RELR (Results 1 – 4 of 4) sorted by relevance
245 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELR); in getELFSectionTypeName()
806 SHT_ANDROID_RELR = 0x6fffff00, // Relocation entries; only offsets. enumerator
2687 bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR; in printRelocHeader()2714 Sec.sh_type != ELF::SHT_ANDROID_RELR) in printRelocations()2729 Sec.sh_type == ELF::SHT_ANDROID_RELR)) { in printRelocations()2757 case ELF::SHT_ANDROID_RELR: in printRelocations()2848 case SHT_ANDROID_RELR: in getSectionTypeString()4041 Sec.sh_type != ELF::SHT_ANDROID_RELR) in printRelocations()4075 case ELF::SHT_ANDROID_RELR: { in printRelocations()
443 ECase(SHT_ANDROID_RELR); in enumeration()