Lines Matching refs:table
86 #define cref_hash_lookup(table, string, create, copy) \ argument
88 bfd_hash_lookup (&(table)->root, (string), (create), (copy)))
92 #define cref_hash_traverse(table, func, info) \ argument
94 (&(table)->root, \
124 struct bfd_hash_table *table, in cref_hash_newfunc() argument
133 bfd_hash_allocate (table, sizeof (struct cref_hash_entry))); in cref_hash_newfunc()
139 bfd_hash_newfunc ((struct bfd_hash_entry *) ret, table, string)); in cref_hash_newfunc()
226 for (p = cref_table.root.table[i]; p != NULL; p = p->next) in handle_asneeded_cref()
242 memcpy (old_tab, cref_table.root.table, tabsize); in handle_asneeded_cref()
245 old_table = cref_table.root.table; in handle_asneeded_cref()
256 for (p = cref_table.root.table[i]; p != NULL; p = p->next) in handle_asneeded_cref()
286 cref_table.root.table = old_table; in handle_asneeded_cref()
289 memcpy (cref_table.root.table, old_tab, tabsize); in handle_asneeded_cref()
298 for (p = cref_table.root.table[i]; p != NULL; p = p->next) in handle_asneeded_cref()