Lines Matching refs:matching
438 (bfd *abfd, bfd_format format, char ***matching,
444 case, if @var{matching} is not NULL, it will be filled in with
449 When done with the list that @var{matching} points to, the caller
457 char ***matching,
473 if (matching != NULL)
474 *matching = NULL;
489 if (matching != NULL || *bfd_associated_vector != NULL)
806 if (matching)
808 *matching = (char **) matching_vector;
840 (bfd *abfd, bfd_format format, char ***matching);
845 case, if @var{matching} is not NULL, it will be filled in with
850 When done with the list that @var{matching} points to, the caller
855 bfd_check_format_matches (bfd *abfd, bfd_format format, char ***matching)
857 return bfd_check_format_matches_lto (abfd, format, matching, false);