Searched refs:nbuckets (Results 1 – 2 of 2) sorted by relevance
8 Elf32_Word nbuckets, in setup_hash() argument12 hash_data->d_size += nbuckets; in setup_hash()16 ((Elf32_Word *)hash_data->d_buf)[0] = nbuckets; in setup_hash()25 Elf32_Word nbuckets = *buckets++; in add_to_hash() local26 Elf32_Word *chains = ++buckets + nbuckets; in add_to_hash()28 unsigned long bucket = elf_hash(symbol) % nbuckets; in add_to_hash()58 Elf32_Word nbuckets = *hash_data++; in hash_lookup() local60 Elf32_Word *chains = hash_data + nbuckets; in hash_lookup()64 index = buckets[elf_hash(symname) % nbuckets]; in hash_lookup()
9 Elf32_Word nbuckets,