Home
last modified time | relevance | path

Searched refs:match_count (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dformat.c121 int match_count; in bfd_check_format_matches() local
137 match_count = 0; in bfd_check_format_matches()
248 match_count = 1; in bfd_check_format_matches()
253 matching_vector[match_count] = temp; in bfd_check_format_matches()
255 match_count++; in bfd_check_format_matches()
281 if (match_count == 0) in bfd_check_format_matches()
288 match_count = 1; in bfd_check_format_matches()
292 match_count = ar_match_index - _bfd_target_vector_entries; in bfd_check_format_matches()
294 if (matching && match_count > 1) in bfd_check_format_matches()
297 sizeof (*matching_vector) * match_count); in bfd_check_format_matches()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dar.c156 int match_count; in map_over_members() local
178 match_count = 0; in map_over_members()
192 ++match_count; in map_over_members()
194 && match_count != counted_name_counter) in map_over_members()
1011 int match_count; in delete_members() local
1029 match_count = 0; in delete_members()
1036 ++match_count; in delete_members()
1038 && match_count != counted_name_counter) in delete_members()
/mirbsd/src/bin/systrace/
Dfilter.c188 filter->match_count++; in filter_evaluate()
191 filter->match_count > last->match_count) { in filter_evaluate()
Dsystrace.h67 int match_count; /* Number of times this filter matched */ member