Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A 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.
107 DYNAMIC_TAG(ANDROID_RELR, 0x6FFFE000) // Address of relocation table (Relr entries).
108 DYNAMIC_TAG(ANDROID_RELRSZ, 0x6FFFE001) // Size of Relr relocation table.
109 DYNAMIC_TAG(ANDROID_RELRENT, 0x6FFFE003) // Size of a Relr relocation entry.
/freebsd/sys/sys/
H A Delf_generic.h72 __ElfType(Relr);
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h93 return sizeof(typename ELFT::Relr); in LLVM_YAML_STRONG_TYPEDEF()
215 Relr, enumerator
641 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection()
648 return S->Kind == ChunkKind::Relr; in classof()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h67 using Relr = packed<uint>; member
85 using RelrRange = ArrayRef<Relr>;
123 using Elf_Relr = typename ELFT::Relr; \
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h626 using Elf_Relr = typename ELFT::Relr;