Searched refs:Encode (Results 1 – 4 of 4) sorted by relevance
46 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()
108 static void Encode(const std::vector<ElfRela>& relocations,
23 codec.Encode(relocations, &packed_words); in PackRelocations()
36 void RelocationDeltaCodec<ELF>::Encode(const std::vector<ElfRela>& relocations, in Encode() function in relocation_packer::RelocationDeltaCodec