Searched refs:cref_table (Results 1 – 1 of 1) sorted by relevance
100 static struct cref_hash_table cref_table; variable168 if (!bfd_hash_table_init (&cref_table.root, cref_hash_newfunc, in add_cref()174 h = cref_hash_lookup (&cref_table, name, TRUE, FALSE); in add_cref()184 r = (struct cref_ref *) bfd_hash_allocate (&cref_table.root, sizeof *r); in add_cref()220 for (i = 0; i < cref_table.root.size; i++) in handle_asneeded_cref()226 for (p = cref_table.root.table[i]; p != NULL; p = p->next) in handle_asneeded_cref()228 entsize += cref_table.root.entsize; in handle_asneeded_cref()235 tabsize = cref_table.root.size * sizeof (struct bfd_hash_entry *); in handle_asneeded_cref()238 alloc_mark = bfd_hash_allocate (&cref_table.root, 1); in handle_asneeded_cref()242 memcpy (old_tab, cref_table.root.table, tabsize); in handle_asneeded_cref()[all …]