Home
last modified time | relevance | path

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

/external/elfcopy/
Dhash.c8 Elf32_Word nbuckets, in setup_hash() argument
12 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() local
26 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() local
60 Elf32_Word *chains = hash_data + nbuckets; in hash_lookup()
64 index = buckets[elf_hash(symname) % nbuckets]; in hash_lookup()
Dhash.h9 Elf32_Word nbuckets,