Searched refs:unpacked (Results 1 – 1 of 1) sorted by relevance
706 std::vector<Rela> unpacked; in PackTypedRelocations() local707 packer.UnpackRelocations(packed, &unpacked); in PackTypedRelocations()708 CHECK(unpacked.size() == relocations->size()); in PackTypedRelocations()709 CHECK(!memcmp(&unpacked[0], in PackTypedRelocations()711 unpacked.size() * sizeof(unpacked[0]))); in PackTypedRelocations()