Searched refs:targ_names (Results 1 – 1 of 1) sorted by relevance
134 const char **targ_names = bfd_target_list (); in list_supported_targets() local141 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()