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

/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dbucomm.c134 const char **targ_names = bfd_target_list ();
141 for (t = 0; targ_names[t] != NULL; t++)
142 fprintf (f, " %s", targ_names[t]);
144 free (targ_names);
132 const char **targ_names = bfd_target_list (); local
/openbsd-current/gnu/usr.bin/binutils-2.17/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

Completed in 268 milliseconds