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

2.15.0.8 bfd_make_writable

Synopsis
 
bfd_boolean bfd_make_writable (bfd *abfd);
Description
Takes a BFD as created by bfd_create and converts it into one like as returned by bfd_openw. It does this by converting the BFD to BFD_IN_MEMORY. It's assumed that you will call bfd_make_readable on this bfd later.

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



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