[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.9.0.2 bfd_check_format_matches

Synopsis
 
bfd_boolean bfd_check_format_matches
   (bfd *abfd, bfd_format format, char ***matching);
Description
Like bfd_check_format, except when it returns FALSE with bfd_errno set to bfd_error_file_ambiguously_recognized. In that case, if matching is not NULL, it will be filled in with a NULL-terminated list of the names of the formats that matched, allocated with malloc. Then the user may choose a format and try again.

When done with the list that matching points to, the caller should free it.



This document was generated by system on December, 2 2004 using texi2html