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

/haiku-buildtools/binutils/gold/
H A Ddynobj.cc935 const unsigned int bucketcount = local
938 std::vector<uint32_t> bucket(bucketcount);
944 unsigned int bucketpos = dynsym_hashvals[i] % bucketcount;
951 + bucketcount
1018 const unsigned int bucketcount = bucket.size(); local
1021 elfcpp::Swap<size, big_endian>::writeval(p, bucketcount);
1026 for (unsigned int i = 0; i < bucketcount; ++i)
1210 const unsigned int bucketcount = local
1245 std::vector<uint32_t> counts(bucketcount);
1246 std::vector<uint32_t> indx(bucketcount);
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dsunos.c629 size_t bucketcount;
696 ret->bucketcount = 0;
1851 hash %= sunos_hash_table (info)->bucketcount;
1897 size_t bucketcount;
2003 bucketcount = dynsymcount / 4;
2005 bucketcount = dynsymcount;
2007 bucketcount = 1;
2010 hashalloc = (dynsymcount + bucketcount - 1) * HASH_ENTRY_SIZE;
2014 for (i = 0; i < bucketcount; i++)
2016 s->size = bucketcount * HASH_ENTRY_SIZ
628 size_t bucketcount; member in struct:sunos_link_hash_table
1896 size_t bucketcount; local
[all...]
H A Delflink.c5719 size_t bucketcount = 0;
5773 bucketcount = compute_bucket_count (info);
5778 s->size = ((2 + bucketcount + dynsymcount) * hash_entry_size);
5783 bfd_put (8 * hash_entry_size, output_bfd, bucketcount, s->contents);
5787 elf_hash_table (info)->bucketcount = bucketcount;
6654 size_t bucketcount;
6670 bucketcount = elf_hash_table (finfo->info)->bucketcount;
6671 bucket = h->u.elf_hash_value % bucketcount;
5709 size_t bucketcount = 0; local
6644 size_t bucketcount; local
[all...]
H A Delf-bfd.h368 bfd_size_type bucketcount;
367 bfd_size_type bucketcount; member in struct:elf_link_hash_table
H A Delf.c1582 table->bucketcount = 0;
/haiku-buildtools/binutils/bfd/
H A Dsunos.c630 size_t bucketcount;
1829 hash %= sunos_hash_table (info)->bucketcount;
1875 size_t bucketcount;
1981 bucketcount = dynsymcount / 4;
1983 bucketcount = dynsymcount;
1985 bucketcount = 1;
1988 hashalloc = (dynsymcount + bucketcount - 1) * HASH_ENTRY_SIZE;
1992 for (i = 0; i < bucketcount; i++)
1994 s->size = bucketcount * HASH_ENTRY_SIZE;
1996 sunos_hash_table (info)->bucketcount
629 size_t bucketcount; member in struct:sunos_link_hash_table
1874 size_t bucketcount; local
[all...]
H A Delflink.c5539 unsigned long int bucketcount;
5623 bucket = s->hashval[h->dynindx] % s->bucketcount;
6786 elf_hash_table (info)->bucketcount = 0; local
6796 size_t bucketcount;
6819 bucketcount
6823 if (bucketcount == 0)
6826 elf_hash_table (info)->bucketcount = bucketcount;
6831 s->size = ((2 + bucketcount + dynsymcount) * hash_entry_size);
6836 bfd_put (8 * hash_entry_size, output_bfd, bucketcount,
5529 unsigned long int bucketcount; member in struct:collect_gnu_hash_codes
6837 size_t bucketcount; local
9694 size_t bucketcount; local
[all...]
H A Delf-bfd.h549 bfd_size_type bucketcount;
548 bfd_size_type bucketcount; member in struct:elf_link_hash_table

Completed in 308 milliseconds