Home
last modified time | relevance | path

Searched refs:old_table (Results 1 – 20 of 20) sorted by relevance

/netbsd/sys/arch/atari/stand/ahdilabel/
H A Dbuild.c43 struct ahdi_ptable old_table; in ahdi_buildlabel() local
46 bcopy (ptable, &old_table, sizeof (struct ahdi_ptable)); in ahdi_buildlabel()
78 if (ptable->parts[i].root != old_table.parts[i].root || in ahdi_buildlabel()
79 ptable->parts[i].start != old_table.parts[i].start || in ahdi_buildlabel()
80 ptable->parts[i].size != old_table.parts[i].size) in ahdi_buildlabel()
/netbsd/external/gpl2/groff/dist/src/libs/libgroff/
H A Dsymbol.cpp111 const char **old_table = table; in symbol() local
122 for (pp = old_table + old_table_size - 1; in symbol()
123 pp >= old_table; in symbol()
128 a_delete old_table; in symbol() local
/netbsd/external/gpl2/groff/dist/src/roff/troff/
H A Ddictionary.cpp76 association *old_table = table; in lookup() local
80 if (old_table[i].v != 0) in lookup()
81 (void)lookup(old_table[i].s, old_table[i].v); in lookup()
82 a_delete old_table; in lookup() local
/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dgl_anyhash_list2.h101 gl_hash_entry_t *old_table = list->table; in hash_resize() local
110 gl_hash_entry_t node = old_table[--i]; in hash_resize()
126 free (old_table); in hash_resize()
/netbsd/external/gpl2/groff/dist/src/preproc/refer/
H A Drefer.cpp735 reference **old_table = reference_hash_table; in store_reference() local
743 if (old_table[i]) { in store_reference()
746 + (old_table[i]->hash() % hash_table_size)); in store_reference()
752 *p = old_table[i]; in store_reference()
754 a_delete old_table; in store_reference() local
H A Dlabel.y982 label_info **old_table = label_table; in lookup_label() local
990 if (old_table[i]) { in lookup_label()
991 h = hash_string(label_pool.contents() + old_table[i]->start, in lookup_label()
992 old_table[i]->length); in lookup_label()
1000 *p = old_table[i]; in lookup_label()
1002 a_delete old_table; in lookup_label() local
/netbsd/external/gpl3/gdb/dist/ld/
H A Dldcref.c113 static struct bfd_hash_entry **old_table; variable
246 old_table = cref_table.root.table; in handle_asneeded_cref()
287 cref_table.root.table = old_table; in handle_asneeded_cref()
H A DChangeLog-2006671 (old_table, old_count, old_tab, alloc_mark): New variables.
/netbsd/external/gpl3/binutils.old/dist/ld/
H A Dldcref.c113 static struct bfd_hash_entry **old_table; variable
246 old_table = cref_table.root.table; in handle_asneeded_cref()
287 cref_table.root.table = old_table; in handle_asneeded_cref()
H A DChangeLog-2006671 (old_table, old_count, old_tab, alloc_mark): New variables.
/netbsd/external/gpl3/binutils/dist/ld/
H A Dldcref.c112 static struct bfd_hash_entry **old_table; variable
245 old_table = cref_table.root.table; in handle_asneeded_cref()
286 cref_table.root.table = old_table; in handle_asneeded_cref()
H A DChangeLog-2006671 (old_table, old_count, old_tab, alloc_mark): New variables.
/netbsd/external/gpl3/gdb.old/dist/ld/
H A Dldcref.c113 static struct bfd_hash_entry **old_table; variable
246 old_table = cref_table.root.table; in handle_asneeded_cref()
287 cref_table.root.table = old_table; in handle_asneeded_cref()
H A DChangeLog-2006671 (old_table, old_count, old_tab, alloc_mark): New variables.
/netbsd/external/gpl2/groff/dist/src/utils/hpftodit/
H A Dhpftodit.cpp1417 name_list **old_table = charcode_name_table; in read_map() local
1420 if (old_table) { in read_map()
1421 memcpy(charcode_name_table, old_table, old_size*sizeof(name_list *)); in read_map()
1422 a_delete old_table; in read_map() local
/netbsd/external/gpl3/gdb/dist/bfd/
H A Delflink.c4036 struct bfd_hash_entry **old_table = NULL; in elf_link_add_object_symbols() local
4518 old_table = htab->root.table.table; in elf_link_add_object_symbols()
5338 htab->root.table.table = old_table; in elf_link_add_object_symbols()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Delflink.c3926 struct bfd_hash_entry **old_table = NULL; in elf_link_add_object_symbols() local
4394 old_table = htab->root.table.table; in elf_link_add_object_symbols()
5224 htab->root.table.table = old_table; in elf_link_add_object_symbols()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Delflink.c4223 struct bfd_hash_entry **old_table = NULL; in elf_link_add_object_symbols() local
4707 old_table = htab->root.table.table; in elf_link_add_object_symbols()
5552 htab->root.table.table = old_table; in elf_link_add_object_symbols()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Delflink.c4036 struct bfd_hash_entry **old_table = NULL; in elf_link_add_object_symbols() local
4518 old_table = htab->root.table.table; in elf_link_add_object_symbols()
5338 htab->root.table.table = old_table; in elf_link_add_object_symbols()
/netbsd/external/gpl2/groff/dist/
H A DChangeLog.1152661 * troff/dictionary.c (dictionary::lookup): Free old_table after
3475 * refer/refer.c (store_reference): Get hash code from old_table[i]