Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/bfd/
H A Dformat.c121 int match_count; in bfd_check_format_matches() local
137 match_count = 0; in bfd_check_format_matches()
240 match_count = 1; in bfd_check_format_matches()
247 match_count++; in bfd_check_format_matches()
283 if (match_count == 0) in bfd_check_format_matches()
290 match_count = 1; in bfd_check_format_matches()
303 if (match_count > 1 in bfd_check_format_matches()
311 int i = match_count; in bfd_check_format_matches()
319 match_count = 1; in bfd_check_format_matches()
325 if (match_count == 1) in bfd_check_format_matches()
[all …]
H A DChangeLog-91932210 target, set match_count to 1, to ignore any previous matches.
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dformat.c123 int match_count; in bfd_check_format_matches() local
139 match_count = 0; in bfd_check_format_matches()
252 match_count = 1; in bfd_check_format_matches()
259 match_count++; in bfd_check_format_matches()
285 if (match_count == 0) in bfd_check_format_matches()
292 match_count = 1; in bfd_check_format_matches()
305 if (match_count > 1 in bfd_check_format_matches()
313 int i = match_count; in bfd_check_format_matches()
321 match_count = 1; in bfd_check_format_matches()
327 if (match_count == 1) in bfd_check_format_matches()
[all …]
H A DChangeLog-91932210 target, set match_count to 1, to ignore any previous matches.
/openbsd/gnu/llvm/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp168 uint32_t match_count; member
554 ++info->match_count; in range_info_callback()
577 ++info->match_count; in range_info_callback()
626 ++info->match_count; in range_info_callback()
734 data_info.match_count = 0; // Initialize the match count to zero in find_pointer_in_heap()
760 data_info.match_count = 0; // Initialize the match count to zero in find_pointer_in_memory()
782 data_info.match_count = 0; // Initialize the match count to zero in find_objc_objects_in_memory()
805 data_info.match_count = 0; // Initialize the match count to zero in get_heap_info()
847 data_info.match_count = 0; // Initialize the match count to zero in find_cstring_in_heap()
867 data_info.match_count = 0; // Initialize the match count to zero in find_block_for_address()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dar.c159 int match_count; in map_over_members() local
181 match_count = 0; in map_over_members()
195 ++match_count; in map_over_members()
197 && match_count != counted_name_counter) in map_over_members()
1032 int match_count; in delete_members() local
1050 match_count = 0; in delete_members()
1057 ++match_count; in delete_members()
1059 && match_count != counted_name_counter) in delete_members()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dar.c159 int match_count; in map_over_members() local
181 match_count = 0; in map_over_members()
195 ++match_count; in map_over_members()
197 && match_count != counted_name_counter) in map_over_members()
1159 int match_count; in delete_members() local
1177 match_count = 0; in delete_members()
1184 ++match_count; in delete_members()
1186 && match_count != counted_name_counter) in delete_members()
/openbsd/gnu/llvm/lldb/tools/darwin-threads/
H A Dexamine-threads.c44 int match_count = 0; in get_pid_for_process_name() local
53 match_count++; in get_pid_for_process_name()
60 if (match_count == 0) { in get_pid_for_process_name()
64 if (match_count > 1) { in get_pid_for_process_name()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectHelp.cpp178 const size_t match_count = matches.GetSize(); in DoExecute() local
179 for (size_t i = 0; i < match_count; i++) { in DoExecute()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DSymbolContext.cpp1279 uint32_t match_count = 0; in NumLineEntriesWithLine() local
1283 ++match_count; in NumLineEntriesWithLine()
1285 return match_count; in NumLineEntriesWithLine()
/openbsd/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp990 uint32_t match_count = 0; in FindProcesses() local
992 match_count = Host::FindProcesses(match_info, process_infos); in FindProcesses()
993 return match_count; in FindProcesses()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp887 const size_t match_count = indexes.size(); in PrivateFindGlobalVariables() local
888 for (size_t i = 0; i < match_count; ++i) { in PrivateFindGlobalVariables()