| www.delorie.com/gnu/docs/binutils/bfd_140.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
bfd_openr bfd *bfd_openr(const char *filename, const char *target); |
fopen) with the target
target. Return a pointer to the created BFD.
Calls bfd_find_target, so target is interpreted as by
that function.
If NULL is returned then an error has occured. Possible errors
are bfd_error_no_memory, bfd_error_invalid_target or system_call error.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |