Home
last modified time | relevance | path

Searched refs:Hash_Word (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
Delfcmp.c837 #define CHECK_HASH(Hash_Word) \ in hash_content_equivalent() argument
839 const Hash_Word *const hash1 = data1->d_buf; \ in hash_content_equivalent()
840 const Hash_Word *const hash2 = data2->d_buf; \ in hash_content_equivalent()
847 const Hash_Word *const bucket1 = &hash1[2]; \ in hash_content_equivalent()
848 const Hash_Word *const chain1 = &bucket1[nbucket]; \ in hash_content_equivalent()
849 const Hash_Word *const bucket2 = &hash2[2]; \ in hash_content_equivalent()
850 const Hash_Word *const chain2 = &bucket2[nbucket]; \ in hash_content_equivalent()
853 Hash_Word temp1[nchain - 1]; \ in hash_content_equivalent()
854 Hash_Word temp2[nchain - 1]; \ in hash_content_equivalent()
878 qsort (temp1, b1, sizeof temp1[0], compare_##Hash_Word); \ in hash_content_equivalent()
[all …]
Dunstrip.c483 #define CONVERT_HASH(Hash_Word) \ in adjust_relocs() argument
485 const Hash_Word *const old_hash = data->d_buf; \ in adjust_relocs()
488 const Hash_Word *const old_bucket = &old_hash[2]; \ in adjust_relocs()
489 const Hash_Word *const old_chain = &old_bucket[nbucket]; \ in adjust_relocs()
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()
495 Hash_Word *const new_chain = &new_bucket[nbucket]; \ in adjust_relocs()