Searched refs:SHT_ANDROID_REL (Results 1 – 5 of 5) sorted by relevance
1072 SHT_ANDROID_REL = 0x60000001, enumerator
303 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_REL); in getELFSectionTypeName()
675 ECase(SHT_ANDROID_REL); in enumeration()
3908 Sec.sh_type == ELF::SHT_RELR || Sec.sh_type == ELF::SHT_ANDROID_REL || in isRelocationSec()3919 if (Sec.sh_type == ELF::SHT_ANDROID_REL || in printRelocations()6347 case ELF::SHT_ANDROID_REL: in forEachRelocationDo()
1744 name, config->isRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()