Searched refs:SHT_ANDROID_RELA (Results 1 – 5 of 5) sorted by relevance
1168 SHT_ANDROID_RELA = 0x60000002, enumerator
310 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELA); in getELFSectionTypeName()
3925 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields()3954 Sec.sh_type == ELF::SHT_ANDROID_RELA || in isRelocationSec()3971 Sec.sh_type == ELF::SHT_ANDROID_RELA) { in printRelocations()6597 case ELF::SHT_ANDROID_RELA: in forEachRelocationDo()
713 ECase(SHT_ANDROID_RELA); in enumeration()
1824 ctx, name, ctx.arg.isRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()