Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DELF.cpp252 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELR); in getELFSectionTypeName()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DELF.h844 SHT_ANDROID_RELR = 0x6fffff00, // Relocation entries; only offsets. enumerator
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2745 bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR; in printRelocHeader()
2772 Sec.sh_type != ELF::SHT_ANDROID_RELR) in printRelocations()
2787 Sec.sh_type == ELF::SHT_ANDROID_RELR)) { in printRelocations()
2815 case ELF::SHT_ANDROID_RELR: in printRelocations()
2909 case SHT_ANDROID_RELR: in getSectionTypeString()
4193 Sec.sh_type != ELF::SHT_ANDROID_RELR) in printRelocations()
4227 case ELF::SHT_ANDROID_RELR: { in printRelocations()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DELFYAML.cpp453 ECase(SHT_ANDROID_RELR); in enumeration()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DOptions.td259 "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",
H A DSyntheticSections.cpp1526 Config->UseAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR, in RelrBaseSection()