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