Home
last modified time | relevance | path

Searched refs:Relr (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DDynamicTags.def85 DYNAMIC_TAG(RELRSZ, 35) // Size of Relr relocation table.
86 DYNAMIC_TAG(RELR, 36) // Address of relocation table (Relr entries).
87 DYNAMIC_TAG(RELRENT, 37) // Size of a Relr relocation entry.
103 DYNAMIC_TAG(ANDROID_RELR, 0x6FFFE000) // Address of relocation table (Relr entries).
104 DYNAMIC_TAG(ANDROID_RELRSZ, 0x6FFFE001) // Size of Relr relocation table.
105 DYNAMIC_TAG(ANDROID_RELRENT, 0x6FFFE003) // Size of a Relr relocation entry.
/openbsd/src/gnu/llvm/llvm/include/llvm/ObjectYAML/
DELFYAML.h93 return sizeof(typename ELFT::Relr); in LLVM_YAML_STRONG_TYPEDEF()
190 Relr, enumerator
615 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection()
622 return S->Kind == ChunkKind::Relr; in classof()
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DELFTypes.h65 using Relr = packed<uint>; member
83 using RelrRange = ArrayRef<Relr>;
120 using Elf_Relr = typename ELFT::Relr; \
/openbsd/src/gnu/llvm/lld/ELF/
DSyntheticSections.h615 using Elf_Relr = typename ELFT::Relr;
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dreadelf.c4392 CHECK_ENTSIZE (section, i, Relr); in process_section_headers()