Searched refs:SHT_ANDROID_REL (Results 1 – 10 of 10) sorted by relevance
120 Type: SHT_ANDROID_REL131 ## Check we report a warning when we are unable to dump relocations for a SHT_ANDROID_REL section.139 # BROKEN-REL-LLVM-NEXT: warning: '[[FILE]]': unable to read relocations from SHT_ANDROID_REL sectio…143 … warning: '[[FILE]]': unable to get the number of relocations in SHT_ANDROID_REL section with …146 # BROKEN-REL-GNU-NEXT: warning: '[[FILE]]': unable to read relocations from SHT_ANDROID_REL section…148 ## Check we report a warning when the sh_link field of the SHT_ANDROID_REL section is broken.158 …-LLVM-NEXT: warning: '[[FILE]]': unable to locate a symbol table for SHT_ANDROID_REL section with …164 …K-GNU-NEXT: warning: '[[FILE]]': unable to locate a symbol table for SHT_ANDROID_REL section with …
41 # LLVM: Type: SHT_ANDROID_REL186 Type: SHT_ANDROID_REL
249 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_REL); in getELFSectionTypeName()
268 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_REL); in getELFSectionTypeName()
862 SHT_ANDROID_REL = 0x60000001, enumerator
839 SHT_ANDROID_REL = 0x60000001, enumerator
462 ECase(SHT_ANDROID_REL); in enumeration()
484 ECase(SHT_ANDROID_REL); in enumeration()
3780 Sec.sh_type == ELF::SHT_RELR || Sec.sh_type == ELF::SHT_ANDROID_REL || in isRelocationSec()3789 if (Sec.sh_type == ELF::SHT_ANDROID_REL || in printRelocations()5759 case ELF::SHT_ANDROID_REL: in forEachRelocationDo()
1672 name, config->isRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()