Lines Matching refs:info_hash_table
175 struct info_hash_table *funcinfo_hash_table;
178 struct info_hash_table *varinfo_hash_table;
385 struct info_hash_table struct
424 static struct info_hash_table *
427 struct info_hash_table *hash_table; in create_info_hash_table()
429 hash_table = ((struct info_hash_table *) in create_info_hash_table()
430 bfd_alloc (abfd, sizeof (struct info_hash_table))); in create_info_hash_table()
450 insert_info_hash_table (struct info_hash_table *hash_table, in insert_info_hash_table()
479 lookup_info_hash_table (struct info_hash_table *hash_table, const char *key) in lookup_info_hash_table()
2897 struct info_hash_table *funcinfo_hash_table, in comp_unit_hash_info()
2898 struct info_hash_table *varinfo_hash_table) in comp_unit_hash_info()
3188 info_hash_lookup_funcinfo (struct info_hash_table *hash_table, in info_hash_lookup_funcinfo()
3241 info_hash_lookup_varinfo (struct info_hash_table *hash_table, in info_hash_lookup_varinfo()