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

/haiku-fatelf/src/bin/gdb/bfd/
H A Dsunos.c667 size_t bucketcount;
736 ret->bucketcount = 0;
1321 size_t bucketcount;
1427 bucketcount = dynsymcount / 4;
1429 bucketcount = dynsymcount;
1431 bucketcount = 1;
1434 hashalloc = (dynsymcount + bucketcount - 1) * HASH_ENTRY_SIZE;
1438 for (i = 0; i < bucketcount; i++)
1440 s->size = bucketcount * HASH_ENTRY_SIZE;
1442 sunos_hash_table (info)->bucketcount
666 size_t bucketcount; member in struct:sunos_link_hash_table
1320 size_t bucketcount; local
[all...]
H A Delflink.c5082 size_t bucketcount = 0;
5452 bucketcount = compute_bucket_count (info);
5457 s->size = ((2 + bucketcount + dynsymcount) * hash_entry_size);
5462 bfd_put (8 * hash_entry_size, output_bfd, bucketcount, s->contents);
5466 elf_hash_table (info)->bucketcount = bucketcount;
6302 size_t bucketcount;
6313 bucketcount = elf_hash_table (finfo->info)->bucketcount;
6314 bucket = h->u.elf_hash_value % bucketcount;
5072 size_t bucketcount = 0; local
6292 size_t bucketcount; local
[all...]
H A Delf-bfd.h370 bfd_size_type bucketcount;
369 bfd_size_type bucketcount; member in struct:elf_link_hash_table
H A Delf.c1506 table->bucketcount = 0;

Completed in 127 milliseconds