Searched refs:targ_names (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/
H A Dbucomm.c135 const char **targ_names = bfd_target_list ();
142 for (t = 0; targ_names[t] != NULL; t++)
143 fprintf (f, " %s", targ_names[t]);
145 free (targ_names);
133 const char **targ_names = bfd_target_list (); local
/haiku-buildtools/binutils/binutils/
H A Dbucomm.c182 const char **targ_names;
189 targ_names = bfd_target_list ();
190 for (t = 0; targ_names[t] != NULL; t++)
191 fprintf (f, " %s", targ_names[t]);
193 free (targ_names);
180 const char **targ_names; local

Completed in 36 milliseconds