Searched refs:RelocationDeltaCodec (Results 1 - 4 of 4) sorted by relevance

/bionic/tools/relocation_packer/src/
H A Dpacker.cc22 RelocationDeltaCodec<ELF> codec;
60 RelocationDeltaCodec<ELF> codec;
H A Ddelta_encoder.h96 // A RelocationDeltaCodec packs vectors of relative relocations with
100 class RelocationDeltaCodec { class in namespace:relocation_packer
H A Ddelta_encoder.cc36 void RelocationDeltaCodec<ELF>::Encode(const std::vector<ElfRela>& relocations,
117 void RelocationDeltaCodec<ELF>::Decode(const std::vector<ElfAddr>& packed,
186 void RelocationDeltaCodec<ELF>::DetectGroupFields(const ElfRela& reloc_one,
224 // during RelocationDeltaCodec<ELF>::DetectGroup processing.
248 void RelocationDeltaCodec<ELF>::DetectGroup(const std::vector<ElfRela>& relocations,
304 template class RelocationDeltaCodec<ELF32_traits>;
305 template class RelocationDeltaCodec<ELF64_traits>;
H A Ddelta_encoder_unittest.cc44 RelocationDeltaCodec<ELF> codec;
162 RelocationDeltaCodec<ELF> codec;

Completed in 63 milliseconds