Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Drelr-relocs.test161 ## 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_RELR
187 # RUN: FileCheck -DFILE=%t2.broken.android --check-prefix=BROKEN-GNU %s -DSECNAME=SHT_ANDROID_RELR
189 ## Check the behavior when the sh_link field of the SHT_RELR/SHT_ANDROID_RELR section
H A Dsection-types.test45 # LLVM: Type: SHT_ANDROID_RELR
190 Type: SHT_ANDROID_RELR
/llvm-project-15.0.7/llvm/lib/Object/
H A DELF.cpp289 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELR); in getELFSectionTypeName()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DELF.h1016 SHT_ANDROID_RELR = 0x6fffff00, // Relocation entries; only offsets. enumerator
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3558 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()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp656 ECase(SHT_ANDROID_RELR); in enumeration()
/llvm-project-15.0.7/lld/ELF/
H A DOptions.td317 "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",
H A DSyntheticSections.cpp1738 config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR, in RelrBaseSection()