Home
last modified time | relevance | path

Searched refs:SHT_RELR (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Drelr-relocs.test1 ## This is a test to test how SHT_RELR sections are dumped.
80 Type: SHT_RELR
148 Type: SHT_RELR
157 ## 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_RELR
164 # RUN: FileCheck -DFILE=%t2.broken --check-prefix=BROKEN-GNU %s -DSECNAME=SHT_RELR
185 ## Check the behavior when the sh_link field of the SHT_RELR/SHT_ANDROID_RELR section
Dsection-types.test39 # LLVM: Type: SHT_RELR
184 Type: SHT_RELR
Ddynamic-reloc.test82 Type: SHT_RELR
/external/llvm-project/llvm/test/tools/llvm-size/
Delf-sysv.test113 Type: SHT_RELR
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDynamicTags.def78 // Experimental support for SHT_RELR sections. For details, see proposal
96 // Android's experimental support for SHT_RELR sections.
DELF.h835 SHT_RELR = 19, // Relocation entries; only offsets. enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDynamicTags.def78 // Experimental support for SHT_RELR sections. For details, see proposal
96 // Android's experimental support for SHT_RELR sections.
DELF.h858 SHT_RELR = 19, // Relocation entries; only offsets. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp248 STRINGIFY_ENUM_CASE(ELF, SHT_RELR); in getELFSectionTypeName()
/external/llvm-project/llvm/lib/Object/
DELF.cpp267 STRINGIFY_ENUM_CASE(ELF, SHT_RELR); in getELFSectionTypeName()
/external/llvm-project/lld/ELF/
DOptions.td313 "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",
314 "Use SHT_RELR / DT_RELR* tags (default)">;
DSyntheticSections.cpp1625 config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR, in RelrBaseSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp461 ECase(SHT_RELR); in enumeration()
1209 case ELF::SHT_RELR: in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp483 ECase(SHT_RELR); in enumeration()
1349 case ELF::SHT_RELR: in mapping()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp557 case ELF::SHT_RELR: in dumpSections()
737 case ELF::SHT_RELR: in getDefaultShEntSize()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp3749 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()