Searched refs:SHT_ANDROID_RELR (Results 1 – 11 of 11) sorted by relevance
157 ## for a SHT_RELR/SHT_ANDROID_RELR section.177 ## Case B: check the case when relocations can't be read from an SHT_ANDROID_RELR section.178 ## SHT_ANDROID_RELR = 0x6fffff00.181 …RUN: FileCheck -DFILE=%t2.broken.android --check-prefix=BROKEN-LLVM %s -DSECNAME=SHT_ANDROID_RELR183 # RUN: FileCheck -DFILE=%t2.broken.android --check-prefix=BROKEN-GNU %s -DSECNAME=SHT_ANDROID_RELR185 ## Check the behavior when the sh_link field of the SHT_RELR/SHT_ANDROID_RELR section
45 # LLVM: Type: SHT_ANDROID_RELR190 Type: SHT_ANDROID_RELR
251 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELR); in getELFSectionTypeName()
270 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELR); in getELFSectionTypeName()
852 SHT_ANDROID_RELR = 0x6fffff00, // Relocation entries; only offsets. enumerator
877 SHT_ANDROID_RELR = 0x6fffff00, // Relocation entries; only offsets. enumerator
3749 bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR; in printRelocHeaderFields()3782 Sec.sh_type == ELF::SHT_ANDROID_RELR; in isRelocationSec()3799 Sec.sh_type == ELF::SHT_ANDROID_RELR)) { in printRelocations()5713 if (Sec.sh_type != ELF::SHT_RELR && Sec.sh_type != ELF::SHT_ANDROID_RELR) { in forEachRelocationDo()5742 case ELF::SHT_ANDROID_RELR: { in forEachRelocationDo()
313 "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",
1625 config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR, in RelrBaseSection()
464 ECase(SHT_ANDROID_RELR); in enumeration()
486 ECase(SHT_ANDROID_RELR); in enumeration()