Searched refs:SHT_ANDROID_RELR (Results 1 – 8 of 8) sorted by relevance
161 ## for a SHT_RELR/SHT_ANDROID_RELR section.181 ## Case B: check the case when relocations can't be read from an SHT_ANDROID_RELR section.182 ## SHT_ANDROID_RELR = 0x6fffff00.185 …RUN: FileCheck -DFILE=%t2.broken.android --check-prefix=BROKEN-LLVM %s -DSECNAME=SHT_ANDROID_RELR187 # RUN: FileCheck -DFILE=%t2.broken.android --check-prefix=BROKEN-GNU %s -DSECNAME=SHT_ANDROID_RELR189 ## 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
289 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELR); in getELFSectionTypeName()
1016 SHT_ANDROID_RELR = 0x6fffff00, // Relocation entries; only offsets. enumerator
3558 bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR; in printRelocHeaderFields()3591 Sec.sh_type == ELF::SHT_ANDROID_RELR; in isRelocationSec()3608 Sec.sh_type == ELF::SHT_ANDROID_RELR)) { in printRelocations()5846 if (Sec.sh_type != ELF::SHT_RELR && Sec.sh_type != ELF::SHT_ANDROID_RELR) { in forEachRelocationDo()5875 case ELF::SHT_ANDROID_RELR: { in forEachRelocationDo()
656 ECase(SHT_ANDROID_RELR); in enumeration()
317 "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",
1738 config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR, in RelrBaseSection()