Lines Matching refs:matching_vector
119 const bfd_target **matching_vector = NULL; in bfd_check_format_matches() local
145 amt = sizeof (*matching_vector) * 2 * _bfd_target_vector_entries; in bfd_check_format_matches()
146 matching_vector = bfd_malloc (amt); in bfd_check_format_matches()
147 if (!matching_vector) in bfd_check_format_matches()
163 free (matching_vector); in bfd_check_format_matches()
174 free (matching_vector); in bfd_check_format_matches()
197 free (matching_vector); in bfd_check_format_matches()
218 free (matching_vector); in bfd_check_format_matches()
245 matching_vector[match_count] = temp; in bfd_check_format_matches()
268 matching_vector[ar_match_index] = *target; in bfd_check_format_matches()
277 free (matching_vector); in bfd_check_format_matches()
297 memcpy (matching_vector, in bfd_check_format_matches()
298 matching_vector + _bfd_target_vector_entries, in bfd_check_format_matches()
299 sizeof (*matching_vector) * match_count); in bfd_check_format_matches()
314 if (matching_vector[i] == right_targ) in bfd_check_format_matches()
330 free (matching_vector); in bfd_check_format_matches()
343 free (matching_vector); in bfd_check_format_matches()
351 *matching = (char **) matching_vector; in bfd_check_format_matches()
352 matching_vector[match_count] = NULL; in bfd_check_format_matches()
357 const char *name = matching_vector[match_count]->name; in bfd_check_format_matches()
358 *(const char **) &matching_vector[match_count] = name; in bfd_check_format_matches()