| www.delorie.com/gnu/docs/binutils/bfd_86.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
bfd_check_format_matches boolean bfd_check_format_matches(bfd *abfd, bfd_format format, char ***matching); |
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 |