Searched refs:new_hash (Results 1 – 2 of 2) sorted by relevance
493 Hash_Word *const new_hash = xcalloc (nent, sizeof new_hash[0]); \ in adjust_relocs()494 Hash_Word *const new_bucket = &new_hash[2]; \ in adjust_relocs()497 new_hash[0] = nbucket; \ in adjust_relocs()498 new_hash[1] = nsym; \ in adjust_relocs()507 record_new_data (new_hash); \ in adjust_relocs()508 data->d_buf = new_hash; \ in adjust_relocs()509 data->d_size = nent * sizeof new_hash[0]; \ in adjust_relocs()
181 def ChangeRemoteHashForTesting(self, bucket, remote_path, new_hash): argument182 self.remote_paths[bucket][remote_path] = new_hash