Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/binutils/
H A Dbucomm.c132 const char **targ_names = bfd_target_list (); in list_supported_targets() local
139 for (t = 0; targ_names[t] != NULL; t++) in list_supported_targets()
140 fprintf (f, " %s", targ_names[t]); in list_supported_targets()
142 free (targ_names); in list_supported_targets()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dbucomm.c133 const char **targ_names = bfd_target_list (); in list_supported_targets() local
140 for (t = 0; targ_names[t] != NULL; t++) in list_supported_targets()
141 fprintf (f, " %s", targ_names[t]); in list_supported_targets()
143 free (targ_names); in list_supported_targets()