Searched refs:matching_vector (Results 1 – 22 of 22) sorted by relevance
233 const bfd_target **matching_vector = NULL; in bfd_check_format_matches() local258 amt = sizeof (*matching_vector) * 2 * _bfd_target_vector_entries; in bfd_check_format_matches()259 matching_vector = (const bfd_target **) bfd_malloc (amt); in bfd_check_format_matches()260 if (!matching_vector) in bfd_check_format_matches()367 if (matching_vector) in bfd_check_format_matches()368 matching_vector[match_count] = abfd->xvec; in bfd_check_format_matches()390 if (matching_vector) in bfd_check_format_matches()391 matching_vector[ar_match_index] = *target; in bfd_check_format_matches()421 if (matching_vector && match_count > 1) in bfd_check_format_matches()422 memcpy (matching_vector, in bfd_check_format_matches()[all …]
120 * format.c (bfd_check_format_matches): Free matching_vector when
2241 matching_vector. Save initial section id and start each attempted
3673 vector if the matching_vector has been created.5845 in matching_vector instead of target names. Select first target
8762 * format.c (bfd_check_format_matches): Initialize matching_vector9494 correct element of matching_vector.
3413 code handling matching_vector. Don't return a pointer to freed
316 const bfd_target **matching_vector = NULL; in bfd_check_format_matches() local343 amt = sizeof (*matching_vector) * 2 * _bfd_target_vector_entries; in bfd_check_format_matches()344 matching_vector = (const bfd_target **) bfd_malloc (amt); in bfd_check_format_matches()345 if (!matching_vector) in bfd_check_format_matches()460 if (matching_vector) in bfd_check_format_matches()461 matching_vector[match_count] = abfd->xvec; in bfd_check_format_matches()483 if (matching_vector) in bfd_check_format_matches()484 matching_vector[ar_match_index] = *target; in bfd_check_format_matches()514 if (matching_vector && match_count > 1) in bfd_check_format_matches()515 memcpy (matching_vector, in bfd_check_format_matches()[all …]