Searched refs:bucketcount (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dsunos.c629 size_t bucketcount;
696 ret->bucketcount = 0;
1836 hash %= sunos_hash_table (info)->bucketcount;
1882 size_t bucketcount;
1988 bucketcount = dynsymcount / 4;
1990 bucketcount = dynsymcount;
1992 bucketcount = 1;
1995 hashalloc = (dynsymcount + bucketcount - 1) * HASH_ENTRY_SIZE;
1999 for (i = 0; i < bucketcount; i++)
2001 s->size = bucketcount * HASH_ENTRY_SIZ
628 size_t bucketcount; member in struct:sunos_link_hash_table
1881 size_t bucketcount; local
[all...]
H A Delflink.c5114 unsigned long int bucketcount;
5196 bucket = s->hashval[h->dynindx] % s->bucketcount;
6234 elf_hash_table (info)->bucketcount = 0; local
6244 size_t bucketcount;
6261 bucketcount
6265 if (bucketcount == 0)
6268 elf_hash_table (info)->bucketcount = bucketcount;
6273 s->size = ((2 + bucketcount + dynsymcount) * hash_entry_size);
6278 bfd_put (8 * hash_entry_size, output_bfd, bucketcount,
5104 unsigned long int bucketcount; member in struct:collect_gnu_hash_codes
6279 size_t bucketcount; local
8163 size_t bucketcount; local
[all...]
H A Delf-bfd.h354 bfd_size_type bucketcount;
353 bfd_size_type bucketcount; member in struct:elf_link_hash_table

Completed in 186 milliseconds