HomeSort by relevance Sort by last modified time
    Searched full:targ_names (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.27/binutils/
bucomm.c 188 const char **targ_names;
195 targ_names = bfd_target_list ();
196 for (t = 0; targ_names[t] != NULL; t++)
197 fprintf (f, " %s", targ_names[t]);
199 free (targ_names);
186 const char **targ_names; local

Completed in 138 milliseconds