Lines Matching defs:match_count
464 int match_count, best_count, best_match;
566 match_count = 0;
581 || ((lto_sections_removed || match_count != 0)
635 matching_vector[match_count] = abfd->xvec;
636 match_count++;
673 match_count = 1;
675 if (match_count == 0)
682 match_count = 1;
686 match_count = ar_match_index - _bfd_target_vector_entries;
688 if (matching_vector && match_count > 1)
691 sizeof (*matching_vector) * match_count);
698 if (match_count > 1)
704 int i = match_count;
713 match_count = 1;
722 if (matching_vector && match_count > 1 && best_count != match_count)
726 for (i = 0; i < match_count; i++)
732 match_count = 1;
742 if (match_count == 1)
788 if (match_count == 0)
809 matching_vector[match_count] = NULL;
812 while (--match_count >= 0)
814 const char *name = matching_vector[match_count]->name;
815 *(const char **) &matching_vector[match_count] = name;