Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def83 // Experimental support for SHT_RELR sections. For details, see proposal
101 // Android's experimental support for SHT_RELR sections.
H A DELF.h1013 SHT_RELR = 19, // Relocation entries; only offsets. enumerator
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h350 #define SHT_RELR 19 /* relative-only relocation section */ macro
/openbsd/sys/sys/
H A Dexec_elf.h265 #define SHT_RELR 19 /* relative-only relocation section */ macro
/openbsd/gnu/llvm/llvm/lib/Object/
H A DELF.cpp295 STRINGIFY_ENUM_CASE(ELF, SHT_RELR); in getELFSectionTypeName()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DOpts.td61 def raw_relr : FF<"raw-relr", "Do not decode relocations in SHT_RELR section, display raw contents"…
H A DELFDumper.cpp3566 bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR; in printRelocHeaderFields()
3597 Sec.sh_type == ELF::SHT_RELR || Sec.sh_type == ELF::SHT_ANDROID_REL || in isRelocationSec()
3615 if (!opts::RawRelr && (Sec.sh_type == ELF::SHT_RELR || in printRelocations()
5903 if (Sec.sh_type != ELF::SHT_RELR && Sec.sh_type != ELF::SHT_ANDROID_RELR) { in forEachRelocationDo()
5931 case ELF::SHT_RELR: in forEachRelocationDo()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp664 ECase(SHT_RELR); in enumeration()
1595 case ELF::SHT_RELR: in mapping()
/openbsd/gnu/llvm/lld/ELF/
H A DOptions.td321 "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",
322 "Use SHT_RELR / DT_RELR* tags (default)">;
H A DSyntheticSections.h544 d->type == llvm::ELF::SHT_RELR); in classof()
H A DSyntheticSections.cpp1699 config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR, in RelrBaseSection()
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h92 case ELF::SHT_RELR: in LLVM_YAML_STRONG_TYPEDEF()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c2919 case SHT_RELR: return "RELR"; in get_section_type_name()
4391 else if (section->sh_type == SHT_RELR) in process_section_headers()
4949 && section->sh_type != SHT_RELR) in process_relocs()
4967 if (section->sh_type == SHT_RELR) in process_relocs()
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp600 case ELF::SHT_RELR: in dumpSections()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c2130 case SHT_RELR: in bfd_section_from_shdr()