Searched refs:SHT_ANDROID_RELA (Results 1 – 10 of 10) sorted by relevance
37 Type: SHT_ANDROID_RELA48 ## Check we report a warning when we are unable to dump relocations for a SHT_ANDROID_RELA section.56 # BROKEN-RELA-LLVM-NEXT: warning: '[[FILE]]': unable to read relocations from SHT_ANDROID_RELA sect…60 … warning: '[[FILE]]': unable to get the number of relocations in SHT_ANDROID_RELA section with …63 # BROKEN-RELA-GNU-NEXT: warning: '[[FILE]]': unable to read relocations from SHT_ANDROID_RELA secti…65 ## Check we report a warning when the sh_link field of the SHT_ANDROID_RELA section is broken.75 …LLVM-NEXT: warning: '[[FILE]]': unable to locate a symbol table for SHT_ANDROID_RELA section with …81 …-GNU-NEXT: warning: '[[FILE]]': unable to locate a symbol table for SHT_ANDROID_RELA section with …195 Type: SHT_ANDROID_RELA
43 # LLVM: Type: SHT_ANDROID_RELA188 Type: SHT_ANDROID_RELA
250 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELA); in getELFSectionTypeName()
269 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELA); in getELFSectionTypeName()
840 SHT_ANDROID_RELA = 0x60000002, enumerator
863 SHT_ANDROID_RELA = 0x60000002, enumerator
3748 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields()3781 Sec.sh_type == ELF::SHT_ANDROID_RELA || in isRelocationSec()3790 Sec.sh_type == ELF::SHT_ANDROID_RELA) { in printRelocations()5760 case ELF::SHT_ANDROID_RELA: in forEachRelocationDo()
463 ECase(SHT_ANDROID_RELA); in enumeration()
485 ECase(SHT_ANDROID_RELA); in enumeration()
1672 name, config->isRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()