Home | History | Annotate | Download | only in bfd

Lines Matching refs:matching

430 	  (bfd *abfd, bfd_format format, char ***matching);
435 In that case, if @var{matching} is not NULL, it will be filled
440 When done with the list that @var{matching} points to, the caller
445 bfd_check_format_matches (bfd *abfd, bfd_format format, char ***matching)
461 if (matching != NULL)
462 *matching = NULL;
474 if (matching != NULL || *bfd_associated_vector != NULL)
512 /* First try matching the plugin target if appropriate. Next try
554 /* An archive with object files matching the archive
818 if (matching)
820 *matching = (char **) matching_vector;