Home
last modified time | relevance | path

Searched refs:SHT_ANDROID_RELR (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Drelr-relocs.test157 ## 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_RELR
183 # RUN: FileCheck -DFILE=%t2.broken.android --check-prefix=BROKEN-GNU %s -DSECNAME=SHT_ANDROID_RELR
185 ## Check the behavior when the sh_link field of the SHT_RELR/SHT_ANDROID_RELR section
Dsection-types.test45 # LLVM: Type: SHT_ANDROID_RELR
190 Type: SHT_ANDROID_RELR
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp251 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELR); in getELFSectionTypeName()
/external/llvm-project/llvm/lib/Object/
DELF.cpp270 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELR); in getELFSectionTypeName()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h852 SHT_ANDROID_RELR = 0x6fffff00, // Relocation entries; only offsets. enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h877 SHT_ANDROID_RELR = 0x6fffff00, // Relocation entries; only offsets. enumerator
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp3749 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()
/external/llvm-project/lld/ELF/
DOptions.td313 "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",
DSyntheticSections.cpp1625 config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR, in RelrBaseSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp464 ECase(SHT_ANDROID_RELR); in enumeration()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp486 ECase(SHT_ANDROID_RELR); in enumeration()