Searched refs:old_table (Results 1 – 10 of 10) sorted by relevance
109 const char **old_table = table; in symbol() local120 for (pp = old_table + old_table_size - 1; in symbol()121 pp >= old_table; in symbol()126 a_delete old_table; in symbol() local
74 association *old_table = table; in lookup() local78 if (old_table[i].v != 0) in lookup()79 (void)lookup(old_table[i].s, old_table[i].v); in lookup()80 a_delete old_table; in lookup() local
376 st_table *st_copy(old_table) in st_copy() argument377 st_table *old_table; in st_copy()381 size_t i, num_bins = old_table->num_bins;388 *new_table = *old_table;399 ptr = old_table->bins[i];
733 reference **old_table = reference_hash_table; in store_reference() local741 if (old_table[i]) { in store_reference()744 + (old_table[i]->hash() % hash_table_size)); in store_reference()750 *p = old_table[i]; in store_reference()752 a_delete old_table; in store_reference() local
980 label_info **old_table = label_table; in lookup_label() local988 if (old_table[i]) { in lookup_label()989 h = hash_string(label_pool.contents() + old_table[i]->start, in lookup_label()990 old_table[i]->length); in lookup_label()998 *p = old_table[i]; in lookup_label()1000 a_delete old_table; in lookup_label() local
108 static struct bfd_hash_entry **old_table; variable241 old_table = cref_table.root.table; in handle_asneeded_cref()282 cref_table.root.table = old_table; in handle_asneeded_cref()
671 (old_table, old_count, old_tab, alloc_mark): New variables.
1415 name_list **old_table = charcode_name_table; in read_map() local1418 if (old_table) { in read_map()1419 memcpy(charcode_name_table, old_table, old_size*sizeof(name_list *)); in read_map()1420 a_delete old_table; in read_map() local
3304 struct bfd_hash_entry **old_table = NULL; in elf_link_add_object_symbols() local3738 old_table = htab->root.table.table; in elf_link_add_object_symbols()4429 htab->root.table.table = old_table; in elf_link_add_object_symbols()
2661 * troff/dictionary.c (dictionary::lookup): Free old_table after3475 * refer/refer.c (store_reference): Get hash code from old_table[i]