Searched refs:SHT_ANDROID_RELA (Results 1 – 5 of 5) sorted by relevance
1094 SHT_ANDROID_RELA = 0x60000002, enumerator
308 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELA); in getELFSectionTypeName()
3860 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields()3889 Sec.sh_type == ELF::SHT_ANDROID_RELA || in isRelocationSec()3906 Sec.sh_type == ELF::SHT_ANDROID_RELA) { in printRelocations()6495 case ELF::SHT_ANDROID_RELA: in forEachRelocationDo()
693 ECase(SHT_ANDROID_RELA); in enumeration()
1765 name, config->isRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()