Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Dpacker.cc22 RelocationDeltaCodec<ELF> codec; in PackRelocations()
60 RelocationDeltaCodec<ELF> codec; in UnpackRelocations()
Ddelta_encoder.cc36 void RelocationDeltaCodec<ELF>::Encode(const std::vector<ElfRela>& relocations, in Encode()
117 void RelocationDeltaCodec<ELF>::Decode(const std::vector<ElfAddr>& packed, in Decode()
186 void RelocationDeltaCodec<ELF>::DetectGroupFields(const ElfRela& reloc_one, in DetectGroupFields()
248 void RelocationDeltaCodec<ELF>::DetectGroup(const std::vector<ElfRela>& relocations, in DetectGroup()
304 template class RelocationDeltaCodec<ELF32_traits>; variable
305 template class RelocationDeltaCodec<ELF64_traits>; variable
Ddelta_encoder.h100 class RelocationDeltaCodec {
Ddelta_encoder_unittest.cc44 RelocationDeltaCodec<ELF> codec; in encode()
162 RelocationDeltaCodec<ELF> codec; in decode()