Searched refs:SHT_ANDROID_REL (Results 1 – 5 of 5) sorted by relevance
275 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_REL); in getELFSectionTypeName()
932 SHT_ANDROID_REL = 0x60000001, enumerator
618 ECase(SHT_ANDROID_REL); in enumeration()
3494 Sec.sh_type == ELF::SHT_RELR || Sec.sh_type == ELF::SHT_ANDROID_REL || in isRelocationSec()3503 if (Sec.sh_type == ELF::SHT_ANDROID_REL || in printRelocations()5662 case ELF::SHT_ANDROID_REL: in forEachRelocationDo()
1730 name, config->isRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()