Lines Matching defs:match_count
406 int match_count, best_count, best_match;
496 match_count = 0;
510 || (match_count != 0 && *target == &plugin_vec)
558 matching_vector[match_count] = abfd->xvec;
559 match_count++;
596 match_count = 1;
598 if (match_count == 0)
605 match_count = 1;
609 match_count = ar_match_index - _bfd_target_vector_entries;
611 if (matching_vector && match_count > 1)
614 sizeof (*matching_vector) * match_count);
621 if (match_count > 1)
627 int i = match_count;
636 match_count = 1;
645 if (matching_vector && match_count > 1 && best_count != match_count)
649 for (i = 0; i < match_count; i++)
655 match_count = 1;
665 if (match_count == 1)
711 if (match_count == 0)
732 matching_vector[match_count] = NULL;
735 while (--match_count >= 0)
737 const char *name = matching_vector[match_count]->name;
738 *(const char **) &matching_vector[match_count] = name;