Home
last modified time | relevance | path

Searched refs:bucket_count (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dstringpool.cc514 this->string_set_.bucket_count()); in print_stats()
Dsymtab.cc3223 program_name, this->table_.size(), this->table_.bucket_count()); in print_stats()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c5164 unsigned bucket_count; member
5247 values->bucket_count = INITIAL_HASH_RELOC_BUCKET_COUNT; in value_map_hash_table_init()
5250 bfd_zmalloc (sizeof (value_map *) * values->bucket_count); in value_map_hash_table_init()
5314 idx = idx & (map->bucket_count - 1); in value_map_get_cached_value()
5349 idx = idx & (map->bucket_count - 1); in add_value_map()