Searched refs:SHT_RELR (Results 1 – 16 of 16) sorted by relevance
1 ## This is a test to test how SHT_RELR sections are dumped.80 Type: SHT_RELR148 Type: SHT_RELR157 ## for a SHT_RELR/SHT_ANDROID_RELR section.159 ## Case A: check the case when relocations can't be read from an SHT_RELR section.162 # RUN: FileCheck -DFILE=%t2.broken --check-prefix=BROKEN-LLVM %s -DSECNAME=SHT_RELR164 # RUN: FileCheck -DFILE=%t2.broken --check-prefix=BROKEN-GNU %s -DSECNAME=SHT_RELR185 ## 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
78 // Experimental support for SHT_RELR sections. For details, see proposal96 // Android's experimental support for SHT_RELR sections.
835 SHT_RELR = 19, // Relocation entries; only offsets. enumerator
858 SHT_RELR = 19, // Relocation entries; only offsets. enumerator
248 STRINGIFY_ENUM_CASE(ELF, SHT_RELR); in getELFSectionTypeName()
267 STRINGIFY_ENUM_CASE(ELF, SHT_RELR); in getELFSectionTypeName()
313 "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",314 "Use SHT_RELR / DT_RELR* tags (default)">;
1625 config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR, in RelrBaseSection()
461 ECase(SHT_RELR); in enumeration()1209 case ELF::SHT_RELR: in mapping()
483 ECase(SHT_RELR); in enumeration()1349 case ELF::SHT_RELR: in mapping()
557 case ELF::SHT_RELR: in dumpSections()737 case ELF::SHT_RELR: in getDefaultShEntSize()
3749 bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR; in printRelocHeaderFields()3780 Sec.sh_type == ELF::SHT_RELR || Sec.sh_type == ELF::SHT_ANDROID_REL || in isRelocationSec()3798 if (!opts::RawRelr && (Sec.sh_type == ELF::SHT_RELR || in printRelocations()5713 if (Sec.sh_type != ELF::SHT_RELR && Sec.sh_type != ELF::SHT_ANDROID_RELR) { in forEachRelocationDo()5741 case ELF::SHT_RELR: in forEachRelocationDo()