Searched refs:ElfRela (Results 1 - 2 of 2) sorted by relevance

/bionic/tools/relocation_packer/src/
H A Ddelta_encoder.h103 typedef typename ELF::Rela ElfRela; typedef in class:relocation_packer::RelocationDeltaCodec
108 static void Encode(const std::vector<ElfRela>& relocations,
115 std::vector<ElfRela>* relocations);
118 static void DetectGroup(const std::vector<ElfRela>& relocations,
124 static void DetectGroupFields(const ElfRela& reloc_one, const ElfRela& reloc_two,
H A Ddelta_encoder.cc36 void RelocationDeltaCodec<ELF>::Encode(const std::vector<ElfRela>& relocations,
87 const ElfRela* relocation = &relocations[group_start + i];
118 std::vector<ElfRela>* relocations) {
167 ElfRela reloc;
186 void RelocationDeltaCodec<ELF>::DetectGroupFields(const ElfRela& reloc_one,
187 const ElfRela& reloc_two,
248 void RelocationDeltaCodec<ELF>::DetectGroup(const std::vector<ElfRela>& relocations,
256 const ElfRela& reloc_one = relocations[group_starts_with++];

Completed in 66 milliseconds