Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def80 DYNAMIC_TAG(RELRSZ, 35) // Size of Relr relocation table.
81 DYNAMIC_TAG(RELR, 36) // Address of relocation table (Relr entries).
82 DYNAMIC_TAG(RELRENT, 37) // Size of a Relr relocation entry.
98 DYNAMIC_TAG(ANDROID_RELR, 0x6FFFE000) // Address of relocation table (Relr entries).
99 DYNAMIC_TAG(ANDROID_RELRSZ, 0x6FFFE001) // Size of Relr relocation table.
100 DYNAMIC_TAG(ANDROID_RELRENT, 0x6FFFE003) // Size of a Relr relocation entry.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h92 return sizeof(typename ELFT::Relr); in LLVM_YAML_STRONG_TYPEDEF()
185 Relr, enumerator
614 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection()
621 return S->Kind == ChunkKind::Relr; in classof()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFTypes.h65 using Relr = packed<uint>; member
84 using RelrRange = ArrayRef<Relr>;
121 using Elf_Relr = typename ELFT::Relr; \
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c7290 CHECK_ENTSIZE (section, i, Relr); in process_section_headers()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c7835 CHECK_ENTSIZE (section, i, Relr); in process_section_headers()