www.delorie.com/gnu/docs/binutils/bfd_86.html   search  
 
Buy GNU books!


Untitled Document

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

2.9.0.2 bfd_check_format_matches

Synopsis
 
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.


  webmaster   donations   bookstore     delorie software   privacy  
  Copyright © 2003   by The Free Software Foundation     Updated Jun 2003