Searched refs:nb_buckets (Results 1 – 1 of 1) sorted by relevance
18167 static void rebuild_hash(Section *s, unsigned int nb_buckets) in rebuild_hash() argument18177 ptr = section_ptr_add(s->hash, (2 + nb_buckets + nb_syms) * sizeof(int)); in rebuild_hash()18178 ptr[0] = nb_buckets; in rebuild_hash()18182 memset(hash, 0, (nb_buckets + 1) * sizeof(int)); in rebuild_hash()18183 ptr += nb_buckets + 1; in rebuild_hash()18188 h = elf_hash(strtab + sym->st_name) % nb_buckets; in rebuild_hash()19012 int *ptr, nb_buckets; in new_symtab() local19021 nb_buckets = 1; in new_symtab()19028 ptr = section_ptr_add(hash, (2 + nb_buckets + 1) * sizeof(int)); in new_symtab()19029 ptr[0] = nb_buckets; in new_symtab()[all …]