Lines Matching refs:hash_table
409 struct info_hash_table *hash_table; in create_info_hash_table() local
411 hash_table = ((struct info_hash_table *) in create_info_hash_table()
413 if (!hash_table) in create_info_hash_table()
414 return hash_table; in create_info_hash_table()
416 if (!bfd_hash_table_init (&hash_table->base, info_hash_table_newfunc, in create_info_hash_table()
419 bfd_release (abfd, hash_table); in create_info_hash_table()
423 return hash_table; in create_info_hash_table()
432 insert_info_hash_table (struct info_hash_table *hash_table, in insert_info_hash_table() argument
440 entry = (struct info_hash_entry*) bfd_hash_lookup (&hash_table->base, in insert_info_hash_table()
445 node = (struct info_list_node *) bfd_hash_allocate (&hash_table->base, in insert_info_hash_table()
461 lookup_info_hash_table (struct info_hash_table *hash_table, const char *key) in lookup_info_hash_table() argument
465 entry = (struct info_hash_entry*) bfd_hash_lookup (&hash_table->base, key, in lookup_info_hash_table()
2971 info_hash_lookup_funcinfo (struct info_hash_table *hash_table, in info_hash_lookup_funcinfo() argument
2984 for (node = lookup_info_hash_table (hash_table, name); in info_hash_lookup_funcinfo()
3021 info_hash_lookup_varinfo (struct info_hash_table *hash_table, in info_hash_lookup_varinfo() argument
3032 for (node = lookup_info_hash_table (hash_table, name); in info_hash_lookup_varinfo()