Home
last modified time | relevance | path

Searched refs:bucketcount (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Ddynobj.cc935 const unsigned int bucketcount = in create_elf_hash_table() local
938 std::vector<uint32_t> bucket(bucketcount); in create_elf_hash_table()
944 unsigned int bucketpos = dynsym_hashvals[i] % bucketcount; in create_elf_hash_table()
950 + bucketcount in create_elf_hash_table()
990 const unsigned int bucketcount = bucket.size(); in sized_create_elf_hash_table() local
993 elfcpp::Swap<32, big_endian>::writeval(p, bucketcount); in sized_create_elf_hash_table()
998 for (unsigned int i = 0; i < bucketcount; ++i) in sized_create_elf_hash_table()
1182 const unsigned int bucketcount = in sized_create_gnu_hash_table() local
1217 std::vector<uint32_t> counts(bucketcount); in sized_create_gnu_hash_table()
1218 std::vector<uint32_t> indx(bucketcount); in sized_create_gnu_hash_table()
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Dsunos.c629 size_t bucketcount; member
1828 hash %= sunos_hash_table (info)->bucketcount; in sunos_scan_dynamic_symbol()
1874 size_t bucketcount; in bfd_sunos_size_dynamic_sections() local
1980 bucketcount = dynsymcount / 4; in bfd_sunos_size_dynamic_sections()
1982 bucketcount = dynsymcount; in bfd_sunos_size_dynamic_sections()
1984 bucketcount = 1; in bfd_sunos_size_dynamic_sections()
1987 hashalloc = (dynsymcount + bucketcount - 1) * HASH_ENTRY_SIZE; in bfd_sunos_size_dynamic_sections()
1991 for (i = 0; i < bucketcount; i++) in bfd_sunos_size_dynamic_sections()
1993 s->size = bucketcount * HASH_ENTRY_SIZE; in bfd_sunos_size_dynamic_sections()
1995 sunos_hash_table (info)->bucketcount = bucketcount; in bfd_sunos_size_dynamic_sections()
[all …]
Delflink.c5177 unsigned long int bucketcount; member
5259 bucket = s->hashval[h->dynindx] % s->bucketcount; in elf_renumber_gnu_hash_syms()
6416 elf_hash_table (info)->bucketcount = 0; in bfd_elf_size_dynsym_hash_dynstr()
6426 size_t bucketcount; in bfd_elf_size_dynsym_hash_dynstr() local
6449 bucketcount in bfd_elf_size_dynsym_hash_dynstr()
6453 if (bucketcount == 0) in bfd_elf_size_dynsym_hash_dynstr()
6456 elf_hash_table (info)->bucketcount = bucketcount; in bfd_elf_size_dynsym_hash_dynstr()
6461 s->size = ((2 + bucketcount + dynsymcount) * hash_entry_size); in bfd_elf_size_dynsym_hash_dynstr()
6466 bfd_put (8 * hash_entry_size, output_bfd, bucketcount, s->contents); in bfd_elf_size_dynsym_hash_dynstr()
6477 size_t bucketcount; in bfd_elf_size_dynsym_hash_dynstr() local
[all …]
Delf-bfd.h484 bfd_size_type bucketcount; member
DChangeLog-9495376 dynsymcount and bucketcount fields from size_t to bfd_size_type.
6945 dynstr, bucketcount.
7001 dynstr and bucketcount fields.