[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
bfd_close_all_done
bfd_boolean bfd_close_all_done (bfd *); |
bfd_close
since it does not
complete any pending operations. This routine would be used
if the application had just used BFD for swapping and didn't
want to use any of the writing code.
If the created file is executable, then chmod
is called
to mark it as such.
All memory attached to the BFD is released.
Returns
TRUE
is returned if all is ok, otherwise FALSE
.