Home
last modified time | relevance | path

Searched refs:SHT_RELR (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Delf-relr-relocs.test88 Type: SHT_RELR
166 Type: SHT_RELR
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDynamicTags.def68 // Experimental support for SHT_RELR sections. For details, see proposal
86 // Android's experimental support for SHT_RELR sections.
DELF.h793 SHT_RELR = 19, // Relocation entries; only offsets. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DELF.cpp242 STRINGIFY_ENUM_CASE(ELF, SHT_RELR); in getELFSectionTypeName()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp2687 bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR; in printRelocHeader()
2711 Sec.sh_type != ELF::SHT_RELR && in printRelocations()
2728 if (!opts::RawRelr && (Sec.sh_type == ELF::SHT_RELR || in printRelocations()
2756 case ELF::SHT_RELR: in printRelocations()
2847 case SHT_RELR: in getSectionTypeString()
4038 Sec.sh_type != ELF::SHT_RELR && in printRelocations()
4074 case ELF::SHT_RELR: in printRelocations()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp464 if (Section.Type == llvm::ELF::SHT_RELR) in writeSectionContent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DELFYAML.cpp439 ECase(SHT_RELR); in enumeration()