HomeSort by relevance Sort by last modified time
    Searched defs:old_tab (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/ld/
ldcref.c 115 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 = NULL
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c 3334 void *old_tab = NULL; local
    [all...]

Completed in 473 milliseconds