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

  /src/external/gpl3/binutils/dist/binutils/
nm.c 195 static int undefined_only = 0; /* Print undefined symbols only. */ variable
811 if (undefined_only)
1706 if (undefined_only)
1769 if (undefined_only)
2100 undefined_only = 1;
2105 undefined_only = 0;
2168 if (sort_by_size && undefined_only)
  /src/external/gpl3/binutils.old/dist/binutils/
nm.c 195 static int undefined_only = 0; /* Print undefined symbols only. */ variable
816 if (undefined_only)
1707 if (undefined_only)
1770 if (undefined_only)
2103 undefined_only = 1;
2108 undefined_only = 0;
2173 if (sort_by_size && undefined_only)

Completed in 25 milliseconds