HomeSort by: relevance | last modified time | path
    Searched defs:old_tab (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/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...]
  /src/external/gpl3/binutils.old/dist/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...]
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 4445 void *old_tab = NULL;
4926 old_tab = bfd_malloc (tabsize + entsize);
4927 if (old_tab == NULL)
4943 old_ent = (char *) old_tab + tabsize;
4944 memcpy (old_tab, htab->root.table.table, tabsize);
5850 old_ent = (char *) old_tab + tabsize;
5856 memcpy (htab->root.table.table, old_tab, tabsize);
5902 free (old_tab);
5911 if (old_tab != NULL)
5915 free (old_tab);
4436 void *old_tab = NULL; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 4409 void *old_tab = NULL;
4891 old_tab = bfd_malloc (tabsize + entsize);
4892 if (old_tab == NULL)
4908 old_ent = (char *) old_tab + tabsize;
4909 memcpy (old_tab, htab->root.table.table, tabsize);
5806 old_ent = (char *) old_tab + tabsize;
5812 memcpy (htab->root.table.table, old_tab, tabsize);
5858 free (old_tab);
5867 if (old_tab != NULL)
5871 free (old_tab);
4400 void *old_tab = NULL; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 4382 void *old_tab = NULL;
4864 old_tab = bfd_malloc (tabsize + entsize);
4865 if (old_tab == NULL)
4881 old_ent = (char *) old_tab + tabsize;
4882 memcpy (old_tab, htab->root.table.table, tabsize);
5771 old_ent = (char *) old_tab + tabsize;
5777 memcpy (htab->root.table.table, old_tab, tabsize);
5823 free (old_tab);
5830 if (old_tab != NULL)
5834 free (old_tab);
4373 void *old_tab = NULL; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 4367 void *old_tab = NULL;
4849 old_tab = bfd_malloc (tabsize + entsize);
4850 if (old_tab == NULL)
4866 old_ent = (char *) old_tab + tabsize;
4867 memcpy (old_tab, htab->root.table.table, tabsize);
5757 old_ent = (char *) old_tab + tabsize;
5763 memcpy (htab->root.table.table, old_tab, tabsize);
5809 free (old_tab);
5816 if (old_tab != NULL)
5820 free (old_tab);
4358 void *old_tab = NULL; local
    [all...]

Completed in 47 milliseconds