Searched refs:matching_vector (Results 1 – 9 of 9) sorted by relevance
121 const bfd_target **matching_vector = NULL; in bfd_check_format_matches() local147 amt = sizeof (*matching_vector) * 2 * _bfd_target_vector_entries; in bfd_check_format_matches()148 matching_vector = bfd_malloc (amt); in bfd_check_format_matches()149 if (!matching_vector) in bfd_check_format_matches()165 free (matching_vector); in bfd_check_format_matches()176 free (matching_vector); in bfd_check_format_matches()207 free (matching_vector); in bfd_check_format_matches()230 free (matching_vector); in bfd_check_format_matches()257 matching_vector[match_count] = temp; in bfd_check_format_matches()270 matching_vector[ar_match_index] = *target; in bfd_check_format_matches()[all …]
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
119 const bfd_target **matching_vector = NULL; in bfd_check_format_matches() local145 amt = sizeof (*matching_vector) * 2 * _bfd_target_vector_entries; in bfd_check_format_matches()146 matching_vector = bfd_malloc (amt); in bfd_check_format_matches()147 if (!matching_vector) in bfd_check_format_matches()163 free (matching_vector); in bfd_check_format_matches()174 free (matching_vector); in bfd_check_format_matches()197 free (matching_vector); in bfd_check_format_matches()218 free (matching_vector); in bfd_check_format_matches()245 matching_vector[match_count] = temp; in bfd_check_format_matches()268 matching_vector[ar_match_index] = *target; in bfd_check_format_matches()[all …]
64 int matching_vector(int);507 state = matching_vector(i); in pack_table()546 matching_vector(int vector) in matching_vector() function