Searched refs:Relr (Results 1 – 5 of 5) sorted by relevance
80 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.
141 Relr, enumerator448 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection()451 return S->Kind == ChunkKind::Relr; in classof()
64 using Relr = packed<uint>; member82 using RelrRange = ArrayRef<Relr>;
83 using Elf_Relr = typename ELFT::Relr;
111 typedef typename ELFT::Relr Elf_Relr;