Home | History | Annotate | Download | only in bfd

Lines Matching refs:matching_vector

450   const bfd_target **matching_vector;
475 matching_vector = bfd_malloc (sizeof (*matching_vector)
477 if (!matching_vector)
484 free (matching_vector);
492 free (matching_vector);
640 matching_vector[match_count] = abfd->xvec;
674 matching_vector[ar_match_index] = *target;
705 memcpy (matching_vector,
706 matching_vector + _bfd_target_vector_entries,
707 sizeof (*matching_vector) * match_count);
723 if (matching_vector[i] == right_targ
744 right_targ = matching_vector[i];
787 free (matching_vector);
813 free (matching_vector);
824 *matching = (char **) matching_vector;
825 matching_vector[match_count] = NULL;
830 const char *name = matching_vector[match_count]->name;
831 *(const char **) &matching_vector[match_count] = name;
835 free (matching_vector);