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

  /toolchain/binutils/binutils-2.27/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...]
  /toolchain/binutils/binutils-2.27/bfd/
elflink.c 3627 void *old_ent; local
    [all...]

Completed in 1613 milliseconds