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

  /src/external/gpl3/binutils/dist/bfd/
mmo.c 2947 asymbol **orig_table = bfd_get_outsymbols (abfd); local
2974 memcpy (table, orig_table, count * sizeof (asymbol *));
2991 memcpy (table + 1, orig_table, i * sizeof (asymbol *));
3018 memcpy (table + 1, orig_table, count * sizeof (asymbol *));
  /src/external/gpl3/binutils.old/dist/bfd/
mmo.c 2948 asymbol **orig_table = bfd_get_outsymbols (abfd); local
2975 memcpy (table, orig_table, count * sizeof (asymbol *));
2992 memcpy (table + 1, orig_table, i * sizeof (asymbol *));
3019 memcpy (table + 1, orig_table, count * sizeof (asymbol *));
  /src/external/gpl3/gdb/dist/bfd/
mmo.c 2948 asymbol **orig_table = bfd_get_outsymbols (abfd); local
2975 memcpy (table, orig_table, count * sizeof (asymbol *));
2992 memcpy (table + 1, orig_table, i * sizeof (asymbol *));
3019 memcpy (table + 1, orig_table, count * sizeof (asymbol *));
  /src/external/gpl3/gdb.old/dist/bfd/
mmo.c 2956 asymbol **orig_table = bfd_get_outsymbols (abfd); local
2983 memcpy (table, orig_table, count * sizeof (asymbol *));
3000 memcpy (table + 1, orig_table, i * sizeof (asymbol *));
3027 memcpy (table + 1, orig_table, count * sizeof (asymbol *));

Completed in 32 milliseconds