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

2.15.0.9 bfd_make_readable

Synopsis
 
bfd_boolean bfd_make_readable (bfd *abfd);
Description
Takes a BFD as created by bfd_create and bfd_make_writable and converts it into one like as returned by bfd_openr. It does this by writing the contents out to the memory buffer, then reversing the direction.

Returns
TRUE is returned if all is ok, otherwise FALSE.



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