Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dformat.c217 const bfd_target **matching_vector = NULL; in bfd_check_format_matches() local
241 amt = sizeof (*matching_vector) * 2 * _bfd_target_vector_entries; in bfd_check_format_matches()
242 matching_vector = (const bfd_target **) bfd_malloc (amt); in bfd_check_format_matches()
243 if (!matching_vector) in bfd_check_format_matches()
351 if (matching_vector) in bfd_check_format_matches()
352 matching_vector[match_count] = temp; in bfd_check_format_matches()
374 if (matching_vector) in bfd_check_format_matches()
375 matching_vector[ar_match_index] = *target; in bfd_check_format_matches()
404 if (matching_vector && match_count > 1) in bfd_check_format_matches()
405 memcpy (matching_vector, in bfd_check_format_matches()
[all …]
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dformat.c210 const bfd_target **matching_vector = NULL; in bfd_check_format_matches() local
233 amt = sizeof (*matching_vector) * 2 * _bfd_target_vector_entries; in bfd_check_format_matches()
234 matching_vector = (const bfd_target **) bfd_malloc (amt); in bfd_check_format_matches()
235 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()
357 matching_vector[ar_match_index] = *target; in bfd_check_format_matches()
384 if (matching_vector && match_count > 1) in bfd_check_format_matches()
385 memcpy (matching_vector, in bfd_check_format_matches()
[all …]
/dflybsd-src/contrib/gdb-7/bfd/
H A Dformat.c208 const bfd_target **matching_vector = NULL; in bfd_check_format_matches() local
231 amt = sizeof (*matching_vector) * 2 * _bfd_target_vector_entries; in bfd_check_format_matches()
232 matching_vector = (const bfd_target **) bfd_malloc (amt); in bfd_check_format_matches()
233 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()
345 matching_vector[ar_match_index] = *target; 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()
[all …]
/dflybsd-src/contrib/byacc/
H A Doutput.c791 matching_vector(int vector) in matching_vector() function
936 int state = matching_vector(i); in pack_table()