Searched refs:SHT_RELR (Results 1 – 18 of 18) sorted by relevance
1 ## Test how we dump SHT_RELR sections for 32 and 64-bit targets.18 # ELF64LE-NEXT: Type: SHT_RELR23 # ELF32LE-NEXT: Type: SHT_RELR28 # ELF64BE-NEXT: Type: SHT_RELR33 # ELF32BE-NEXT: Type: SHT_RELR43 Type: SHT_RELR52 # CONTENT-NEXT: Type: SHT_RELR62 Type: SHT_RELR65 ## Test we are able to dump a SHT_RELR section when sh_entsize is invalid.72 # ENTSIZE-NEXT: Type: SHT_RELR[all …]
1 ## Test how we create SHT_RELR sections.3 ## Test that the content of SHT_RELR sections for 64-bit little endian targets is correct.8 # LE64-NEXT: Type: SHT_RELR41 Type: SHT_RELR52 # LE32-NEXT: Type: SHT_RELR83 Type: SHT_RELR103 Type: SHT_RELR126 Type: SHT_RELR136 Type: SHT_RELR154 Type: SHT_RELR[all …]
37 Type: SHT_RELR46 Type: SHT_RELR
1 ## This is a test to test how SHT_RELR sections are dumped.82 Type: SHT_RELR152 Type: SHT_RELR161 ## for a SHT_RELR/SHT_ANDROID_RELR section.163 ## Case A: check the case when relocations can't be read from an SHT_RELR section.166 # RUN: FileCheck -DFILE=%t2.broken --check-prefix=BROKEN-LLVM %s -DSECNAME=SHT_RELR168 # RUN: FileCheck -DFILE=%t2.broken --check-prefix=BROKEN-GNU %s -DSECNAME=SHT_RELR189 ## Check the behavior when the sh_link field of the SHT_RELR/SHT_ANDROID_RELR section
39 # LLVM: Type: SHT_RELR184 Type: SHT_RELR
82 Type: SHT_RELR
113 Type: SHT_RELR
83 // Experimental support for SHT_RELR sections. For details, see proposal101 // Android's experimental support for SHT_RELR sections.
993 SHT_RELR = 19, // Relocation entries; only offsets. enumerator
286 STRINGIFY_ENUM_CASE(ELF, SHT_RELR); in getELFSectionTypeName()
61 def raw_relr : FF<"raw-relr", "Do not decode relocations in SHT_RELR section, display raw contents"…
3558 bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR; in printRelocHeaderFields()3589 Sec.sh_type == ELF::SHT_RELR || Sec.sh_type == ELF::SHT_ANDROID_REL || in isRelocationSec()3607 if (!opts::RawRelr && (Sec.sh_type == ELF::SHT_RELR || in printRelocations()5846 if (Sec.sh_type != ELF::SHT_RELR && Sec.sh_type != ELF::SHT_ANDROID_RELR) { in forEachRelocationDo()5874 case ELF::SHT_RELR: in forEachRelocationDo()
91 case ELF::SHT_RELR: in LLVM_YAML_STRONG_TYPEDEF()
653 ECase(SHT_RELR); in enumeration()1581 case ELF::SHT_RELR: in mapping()
317 "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",318 "Use SHT_RELR / DT_RELR* tags (default)">;
544 d->type == llvm::ELF::SHT_RELR); in classof()
1738 config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR, in RelrBaseSection()
600 case ELF::SHT_RELR: in dumpSections()