Lines Matching refs:matching_vector
121 const bfd_target **matching_vector = NULL; in bfd_check_format_matches() local
147 amt = sizeof (*matching_vector) * 2 * _bfd_target_vector_entries; in bfd_check_format_matches()
148 matching_vector = bfd_malloc (amt); in bfd_check_format_matches()
149 if (!matching_vector) in bfd_check_format_matches()
165 free (matching_vector); in bfd_check_format_matches()
176 free (matching_vector); in bfd_check_format_matches()
207 free (matching_vector); in bfd_check_format_matches()
230 free (matching_vector); in bfd_check_format_matches()
257 matching_vector[match_count] = temp; in bfd_check_format_matches()
270 matching_vector[ar_match_index] = *target; in bfd_check_format_matches()
279 free (matching_vector); in bfd_check_format_matches()
299 memcpy (matching_vector, in bfd_check_format_matches()
300 matching_vector + _bfd_target_vector_entries, in bfd_check_format_matches()
301 sizeof (*matching_vector) * match_count); in bfd_check_format_matches()
316 if (matching_vector[i] == right_targ) in bfd_check_format_matches()
332 free (matching_vector); in bfd_check_format_matches()
353 free (matching_vector); in bfd_check_format_matches()
361 *matching = (char **) matching_vector; in bfd_check_format_matches()
362 matching_vector[match_count] = NULL; in bfd_check_format_matches()
367 const char *name = matching_vector[match_count]->name; in bfd_check_format_matches()
368 *(const char **) &matching_vector[match_count] = name; in bfd_check_format_matches()