Searched refs:SHT_ANDROID_RELA (Results 1 – 4 of 4) sorted by relevance
276 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELA); in getELFSectionTypeName()
927 SHT_ANDROID_RELA = 0x60000002, enumerator
3446 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields()3479 Sec.sh_type == ELF::SHT_ANDROID_RELA || in isRelocationSec()3488 Sec.sh_type == ELF::SHT_ANDROID_RELA) { in printRelocations()5647 case ELF::SHT_ANDROID_RELA: in forEachRelocationDo()
616 ECase(SHT_ANDROID_RELA); in enumeration()