HomeSort by relevance Sort by last modified time
    Searched refs:RelocationDeltaCodec (Results 1 - 4 of 4) sorted by null

  /bionic/tools/relocation_packer/src/
packer.cc 22 RelocationDeltaCodec<ELF> codec;
60 RelocationDeltaCodec<ELF> codec;
delta_encoder.h 96 // A RelocationDeltaCodec packs vectors of relative relocations with
100 class RelocationDeltaCodec {
delta_encoder.cc 36 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>;
delta_encoder_unittest.cc 44 RelocationDeltaCodec<ELF> codec;
162 RelocationDeltaCodec<ELF> codec;

Completed in 195 milliseconds