Home
last modified time | relevance | path

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

/external/elfutils/src/
Delfcmp.c839 #define CHECK_HASH(Hash_Word) \ in hash_content_equivalent() argument
841 const Hash_Word *const hash1 = data1->d_buf; \ in hash_content_equivalent()
842 const Hash_Word *const hash2 = data2->d_buf; \ in hash_content_equivalent()
849 const Hash_Word *const bucket1 = &hash1[2]; \ in hash_content_equivalent()
850 const Hash_Word *const chain1 = &bucket1[nbucket]; \ in hash_content_equivalent()
851 const Hash_Word *const bucket2 = &hash2[2]; \ in hash_content_equivalent()
852 const Hash_Word *const chain2 = &bucket2[nbucket]; \ in hash_content_equivalent()
855 Hash_Word temp1[nchain - 1]; \ in hash_content_equivalent()
856 Hash_Word temp2[nchain - 1]; \ in hash_content_equivalent()
880 qsort (temp1, b1, sizeof temp1[0], compare_##Hash_Word); \ in hash_content_equivalent()
[all …]
Dunstrip.c501 #define CONVERT_HASH(Hash_Word) \ in adjust_relocs() argument
503 const Hash_Word *const old_hash = data->d_buf; \ in adjust_relocs()
506 const Hash_Word *const old_bucket = &old_hash[2]; \ in adjust_relocs()
507 const Hash_Word *const old_chain = &old_bucket[nbucket]; \ in adjust_relocs()
511 Hash_Word *const new_hash = xcalloc (nent, sizeof new_hash[0]); \ in adjust_relocs()
512 Hash_Word *const new_bucket = &new_hash[2]; \ in adjust_relocs()
513 Hash_Word *const new_chain = &new_bucket[nbucket]; \ in adjust_relocs()