Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Ddelta_encoder_unittest.cc46 codec.Encode(relocations, &packed); in encode()
53 codec.Encode(relocations, &packed); in encode()
73 codec.Encode(relocations, &packed); in encode()
101 codec.Encode(relocations, &packed); in encode()
Ddelta_encoder.h108 static void Encode(const std::vector<ElfRela>& relocations,
Dpacker.cc23 codec.Encode(relocations, &packed_words); in PackRelocations()
Ddelta_encoder.cc36 void RelocationDeltaCodec<ELF>::Encode(const std::vector<ElfRela>& relocations, in Encode() function in relocation_packer::RelocationDeltaCodec