Searched refs:SHT_ANDROID_RELA (Results 1 – 5 of 5) sorted by relevance
37 Type: SHT_ANDROID_RELA
244 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELA); in getELFSectionTypeName()
798 SHT_ANDROID_RELA = 0x60000002, enumerator
2686 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeader()2713 Sec.sh_type != ELF::SHT_ANDROID_RELA && in printRelocations()2721 Sec.sh_type == ELF::SHT_ANDROID_RELA) { in printRelocations()2767 case ELF::SHT_ANDROID_RELA: in printRelocations()2769 printRelocation(Obj, SymTab, R, Sec.sh_type == ELF::SHT_ANDROID_RELA); in printRelocations()4040 Sec.sh_type != ELF::SHT_ANDROID_RELA && in printRelocations()4088 case ELF::SHT_ANDROID_RELA: in printRelocations()
442 ECase(SHT_ANDROID_RELA); in enumeration()