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

  /src/external/gpl3/binutils/dist/binutils/
nm.c 1444 asymbol **static_syms = NULL;
1460 static_syms = (asymbol **) minisyms;
1471 synth_count = bfd_get_synthetic_symtab (abfd, static_count, static_syms,
1437 asymbol **static_syms = NULL; local
  /src/external/gpl3/binutils.old/dist/binutils/
nm.c 1446 asymbol **static_syms = NULL;
1462 static_syms = (asymbol **) minisyms;
1473 synth_count = bfd_get_synthetic_symtab (abfd, static_count, static_syms,
1439 asymbol **static_syms = NULL; local

Completed in 26 milliseconds