Lines Matching refs:matching_vector
208 const bfd_target **matching_vector = NULL; in bfd_check_format_matches() local
231 amt = sizeof (*matching_vector) * 2 * _bfd_target_vector_entries; in bfd_check_format_matches()
232 matching_vector = (const bfd_target **) bfd_malloc (amt); in bfd_check_format_matches()
233 if (!matching_vector) in bfd_check_format_matches()
326 if (matching_vector) in bfd_check_format_matches()
327 matching_vector[match_count] = temp; in bfd_check_format_matches()
344 if (matching_vector) in bfd_check_format_matches()
345 matching_vector[ar_match_index] = *target; in bfd_check_format_matches()
372 if (matching_vector && match_count > 1) in bfd_check_format_matches()
373 memcpy (matching_vector, in bfd_check_format_matches()
374 matching_vector + _bfd_target_vector_entries, in bfd_check_format_matches()
375 sizeof (*matching_vector) * match_count); in bfd_check_format_matches()
388 if (matching_vector[i] == right_targ) in bfd_check_format_matches()
430 if (matching_vector) in bfd_check_format_matches()
431 free (matching_vector); in bfd_check_format_matches()
444 if (matching_vector) in bfd_check_format_matches()
445 free (matching_vector); in bfd_check_format_matches()
458 *matching = (char **) matching_vector; in bfd_check_format_matches()
459 matching_vector[match_count] = NULL; in bfd_check_format_matches()
464 const char *name = matching_vector[match_count]->name; in bfd_check_format_matches()
465 *(const char **) &matching_vector[match_count] = name; in bfd_check_format_matches()