Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/binutils/
HDbucomm.c134 const char **targ_names = bfd_target_list (); in list_supported_targets() local
141 for (t = 0; targ_names[t] != NULL; t++) in list_supported_targets()
142 fprintf (f, " %s", targ_names[t]); in list_supported_targets()
144 free (targ_names); in list_supported_targets()