Searched refs:matching_vector (Results 1 – 4 of 4) sorted by relevance
217 const bfd_target **matching_vector = NULL; in bfd_check_format_matches() local241 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 …]
210 const bfd_target **matching_vector = NULL; in bfd_check_format_matches() local233 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 …]
208 const bfd_target **matching_vector = NULL; in bfd_check_format_matches() local231 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 …]
791 matching_vector(int vector) in matching_vector() function936 int state = matching_vector(i); in pack_table()