Searched refs:Decode (Results 1 – 4 of 4) sorted by relevance
114 static void Decode(const std::vector<ElfAddr>& packed,
61 codec.Decode(packed_words, relocations); in UnpackRelocations()
163 codec.Decode(packed, &relocations); in decode()197 codec.Decode(packed, &relocations); in decode()
117 void RelocationDeltaCodec<ELF>::Decode(const std::vector<ElfAddr>& packed, in Decode() function in relocation_packer::RelocationDeltaCodec