Searched refs:old_tab (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/ld/
H A Dldcref.c115 static void *old_tab; variable
236 old_tab = xmalloc (tabsize + entsize + refsize);
242 memcpy (old_tab, cref_table.root.table, tabsize);
243 old_ent = (char *) old_tab + tabsize;
275 if (old_tab == NULL)
277 /* The only way old_tab can be NULL is if the cref hash table
284 old_ent = (char *) old_tab + tabsize;
289 memcpy (cref_table.root.table, old_tab, tabsize);
317 free (old_tab);
318 old_tab
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delflink.c3092 void *old_tab = NULL;
3498 old_tab = bfd_malloc (tabsize + entsize + hashsize);
3499 if (old_tab == NULL)
3510 old_hash = (char *) old_tab + tabsize;
3512 memcpy (old_tab, htab->root.table.table, tabsize);
4150 old_hash = (char *) old_tab + tabsize;
4153 memcpy (htab->root.table.table, old_tab, tabsize);
4181 free (old_tab);
4189 if (old_tab != NULL)
4191 free (old_tab);
3083 void *old_tab = NULL; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Delflink.c3688 void *old_tab = NULL;
4130 old_tab = bfd_malloc (tabsize + entsize);
4131 if (old_tab == NULL)
4147 old_ent = (char *) old_tab + tabsize;
4148 memcpy (old_tab, htab->root.table.table, tabsize);
4880 old_ent = (char *) old_tab + tabsize;
4886 memcpy (htab->root.table.table, old_tab, tabsize);
4943 free (old_tab);
4951 if (old_tab != NULL)
4955 free (old_tab);
3679 void *old_tab = NULL; local
[all...]

Completed in 126 milliseconds