Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/bfd/
H A Dformat.c243 if (!matching_vector) in bfd_check_format_matches()
351 if (matching_vector) in bfd_check_format_matches()
374 if (matching_vector) in bfd_check_format_matches()
405 memcpy (matching_vector, in bfd_check_format_matches()
444 right_targ = matching_vector[i]; in bfd_check_format_matches()
487 if (matching_vector) in bfd_check_format_matches()
488 free (matching_vector); in bfd_check_format_matches()
504 if (matching_vector) in bfd_check_format_matches()
505 free (matching_vector); in bfd_check_format_matches()
529 else if (matching_vector) in bfd_check_format_matches()
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
H A Dformat.c235 if (!matching_vector) in bfd_check_format_matches()
338 if (matching_vector) in bfd_check_format_matches()
339 matching_vector[match_count] = temp; in bfd_check_format_matches()
356 if (matching_vector) in bfd_check_format_matches()
385 memcpy (matching_vector, in bfd_check_format_matches()
403 if (matching_vector[i] == right_targ in bfd_check_format_matches()
424 right_targ = matching_vector[i]; in bfd_check_format_matches()
462 if (matching_vector) in bfd_check_format_matches()
463 free (matching_vector); in bfd_check_format_matches()
476 if (matching_vector) in bfd_check_format_matches()
[all …]
/dragonfly/contrib/gdb-7/bfd/
H A Dformat.c233 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()
372 if (matching_vector && match_count > 1) in bfd_check_format_matches()
373 memcpy (matching_vector, 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()
[all …]
/dragonfly/contrib/byacc/
H A Doutput.c791 matching_vector(int vector) in matching_vector() function
936 int state = matching_vector(i); in pack_table()