Searched refs:Hash_Word (Results 1 – 2 of 2) sorted by relevance
828 #define CHECK_HASH(Hash_Word) \ in hash_content_equivalent() argument830 const Hash_Word *const hash1 = data1->d_buf; \ in hash_content_equivalent()831 const Hash_Word *const hash2 = data2->d_buf; \ in hash_content_equivalent()838 const Hash_Word *const bucket1 = &hash1[2]; \ in hash_content_equivalent()839 const Hash_Word *const chain1 = &bucket1[nbucket]; \ in hash_content_equivalent()840 const Hash_Word *const bucket2 = &hash2[2]; \ in hash_content_equivalent()841 const Hash_Word *const chain2 = &bucket2[nbucket]; \ in hash_content_equivalent()844 Hash_Word temp1[nchain - 1]; \ in hash_content_equivalent()845 Hash_Word temp2[nchain - 1]; \ in hash_content_equivalent()869 qsort (temp1, b1, sizeof temp1[0], compare_##Hash_Word); \ in hash_content_equivalent()[all …]
452 #define CONVERT_HASH(Hash_Word) \ in adjust_relocs() argument454 const Hash_Word *const old_hash = data->d_buf; \ in adjust_relocs()457 const Hash_Word *const old_bucket = &old_hash[2]; \ in adjust_relocs()458 const Hash_Word *const old_chain = &old_bucket[nbucket]; \ in adjust_relocs()462 Hash_Word *const new_hash = xcalloc (nent, sizeof new_hash[0]); \ in adjust_relocs()463 Hash_Word *const new_bucket = &new_hash[2]; \ in adjust_relocs()464 Hash_Word *const new_chain = &new_bucket[nbucket]; \ in adjust_relocs()