Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Object/
H A DELF.cpp298 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELR); in getELFSectionTypeName()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1036 SHT_ANDROID_RELR = 0x6fffff00, // Relocation entries; only offsets. enumerator
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3566 bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR; in printRelocHeaderFields()
3599 Sec.sh_type == ELF::SHT_ANDROID_RELR; in isRelocationSec()
3616 Sec.sh_type == ELF::SHT_ANDROID_RELR)) { in printRelocations()
5903 if (Sec.sh_type != ELF::SHT_RELR && Sec.sh_type != ELF::SHT_ANDROID_RELR) { in forEachRelocationDo()
5932 case ELF::SHT_ANDROID_RELR: { in forEachRelocationDo()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp667 ECase(SHT_ANDROID_RELR); in enumeration()
/openbsd/gnu/llvm/lld/ELF/
H A DOptions.td321 "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",
H A DSyntheticSections.cpp1699 config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR, in RelrBaseSection()