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

  /src/external/gpl3/binutils/dist/ld/
ldcref.c 218 char *old_ent, *old_ref; local
243 old_ent = (char *) old_tab + tabsize;
244 old_ref = (char *) old_ent + entsize;
258 memcpy (old_ent, p, cref_table.root.entsize);
259 old_ent = (char *) old_ent + cref_table.root.entsize;
273 char *old_ent, *old_ref; local
284 old_ent = (char *) old_tab + tabsize;
285 old_ref = (char *) old_ent + entsize;
300 memcpy (p, old_ent, cref_table.root.entsize)
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldcref.c 218 char *old_ent, *old_ref; local
243 old_ent = (char *) old_tab + tabsize;
244 old_ref = (char *) old_ent + entsize;
258 memcpy (old_ent, p, cref_table.root.entsize);
259 old_ent = (char *) old_ent + cref_table.root.entsize;
273 char *old_ent, *old_ref; local
284 old_ent = (char *) old_tab + tabsize;
285 old_ref = (char *) old_ent + entsize;
300 memcpy (p, old_ent, cref_table.root.entsize)
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 4446 void *old_ent;
4943 old_ent = (char *) old_tab + tabsize;
4966 memcpy (old_ent, h, htab->root.table.entsize);
4967 old_ent = (char *) old_ent + htab->root.table.entsize;
4971 memcpy (old_ent, h, htab->root.table.entsize);
4972 old_ent = (char *) old_ent + htab->root.table.entsize;
4976 memcpy (old_ent, h->root.u.c.p, sizeof (*h->root.u.c.p));
4977 old_ent = (char *) old_ent + sizeof (*h->root.u.c.p)
4437 void *old_ent; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 4410 void *old_ent;
4908 old_ent = (char *) old_tab + tabsize;
4931 memcpy (old_ent, h, htab->root.table.entsize);
4932 old_ent = (char *) old_ent + htab->root.table.entsize;
4936 memcpy (old_ent, h, htab->root.table.entsize);
4937 old_ent = (char *) old_ent + htab->root.table.entsize;
4941 memcpy (old_ent, h->root.u.c.p, sizeof (*h->root.u.c.p));
4942 old_ent = (char *) old_ent + sizeof (*h->root.u.c.p)
4401 void *old_ent; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 4383 void *old_ent;
4881 old_ent = (char *) old_tab + tabsize;
4904 memcpy (old_ent, h, htab->root.table.entsize);
4905 old_ent = (char *) old_ent + htab->root.table.entsize;
4909 memcpy (old_ent, h, htab->root.table.entsize);
4910 old_ent = (char *) old_ent + htab->root.table.entsize;
4914 memcpy (old_ent, h->root.u.c.p, sizeof (*h->root.u.c.p));
4915 old_ent = (char *) old_ent + sizeof (*h->root.u.c.p)
4374 void *old_ent; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 4368 void *old_ent;
4866 old_ent = (char *) old_tab + tabsize;
4889 memcpy (old_ent, h, htab->root.table.entsize);
4890 old_ent = (char *) old_ent + htab->root.table.entsize;
4894 memcpy (old_ent, h, htab->root.table.entsize);
4895 old_ent = (char *) old_ent + htab->root.table.entsize;
4899 memcpy (old_ent, h->root.u.c.p, sizeof (*h->root.u.c.p));
4900 old_ent = (char *) old_ent + sizeof (*h->root.u.c.p)
4359 void *old_ent; local
    [all...]

Completed in 44 milliseconds