Searched refs:hash_table_size (Results 1 – 12 of 12) sorted by relevance
181 if (search->current_hash == search->table->hash_table_size) in cgen_keyword_search_next()197 while (search->current_hash < search->table->hash_table_size) in cgen_keyword_search_next()224 return hash % kt->hash_table_size; in hash_keyword_name()232 return value % kt->hash_table_size; in hash_keyword_value()247 kt->hash_table_size = size; in build_keyword_hash_tables()
271 bfd_size_type hash_table_size; member
256 config.hash_table_size = 0; in main()357 if (config.hash_table_size != 0) in main()358 bfd_hash_set_default_size (config.hash_table_size); in main()
1366 if (config.hash_table_size == 0) in parse_args()1367 config.hash_table_size = 1021; in parse_args()1376 config.hash_table_size = new_size; in parse_args()
866 * ld.h (ld_config_type): Add new field: hash_table_size.
515 unsigned int hash_table_size; member
526 unsigned int hash_table_size; member
1558 hash_expr (x, mode, do_not_record_p, hash_table_size) in hash_expr() argument1562 int hash_table_size;1569 return hash % hash_table_size;1782 hash_set (regno, hash_table_size) in hash_set() argument1784 int hash_table_size;1789 return hash % hash_table_size;
7065 (compute_local_properties): Likewise, also hash_table_size.
1441 int hash_table_size) in hash_expr() argument1449 return hash % hash_table_size; in hash_expr()1460 hash_set (int regno, int hash_table_size) in hash_set() argument1465 return hash % hash_table_size; in hash_set()
3613 clear_hash_table_slot, traverse_hash_table, hash_table_size,