Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDELF.cpp251 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELR); in getELFSectionTypeName()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h852 SHT_ANDROID_RELR = 0x6fffff00, // Relocation entries; only offsets. enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp3266 bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR; in printRelocHeader()
3291 Sec.sh_type != ELF::SHT_ANDROID_RELR) in printRelocations()
3306 Sec.sh_type == ELF::SHT_ANDROID_RELR)) { in printRelocations()
3335 case ELF::SHT_ANDROID_RELR: in printRelocations()
3447 case SHT_ANDROID_RELR: in getSectionTypeString()
5542 Sec.sh_type != ELF::SHT_ANDROID_RELR) in printRelocations()
5577 case ELF::SHT_ANDROID_RELR: { in printRelocations()
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDOptions.td278 "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",
HDSyntheticSections.cpp1577 config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR, in RelrBaseSection()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp464 ECase(SHT_ANDROID_RELR); in enumeration()