[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
bfd_make_writable
bfd_boolean bfd_make_writable (bfd *abfd); |
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
.