Searched refs:SHT_ANDROID_REL (Results 1 – 5 of 5) sorted by relevance
250 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_REL); in getELFSectionTypeName()
835 SHT_ANDROID_REL = 0x60000001, enumerator
2770 Sec.sh_type != ELF::SHT_ANDROID_REL && in printRelocations()2778 if (Sec.sh_type == ELF::SHT_ANDROID_REL || in printRelocations()2824 case ELF::SHT_ANDROID_REL: in printRelocations()4191 Sec.sh_type != ELF::SHT_ANDROID_REL && in printRelocations()4239 case ELF::SHT_ANDROID_REL: in printRelocations()
451 ECase(SHT_ANDROID_REL); in enumeration()
1573 Name, Config->IsRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()