Searched refs:Relr (Results 1 – 5 of 5) sorted by relevance
90 DYNAMIC_TAG(RELRSZ, 35) // Size of Relr relocation table.91 DYNAMIC_TAG(RELR, 36) // Address of relocation table (Relr entries).92 DYNAMIC_TAG(RELRENT, 37) // Size of a Relr relocation entry.112 DYNAMIC_TAG(ANDROID_RELR, 0x6FFFE000) // Address of relocation table (Relr entries).113 DYNAMIC_TAG(ANDROID_RELRSZ, 0x6FFFE001) // Size of Relr relocation table.114 DYNAMIC_TAG(ANDROID_RELRENT, 0x6FFFE003) // Size of a Relr relocation entry.
72 __ElfType(Relr);
93 return sizeof(typename ELFT::Relr); in LLVM_YAML_STRONG_TYPEDEF()230 Relr, enumerator657 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection()664 return S->Kind == ChunkKind::Relr; in classof()
68 using Relr = packed<uint>; member86 using RelrRange = ArrayRef<Relr>;124 using Elf_Relr = typename ELFT::Relr; \
632 using Elf_Relr = typename ELFT::Relr;