| www.delorie.com/gnu/docs/binutils/bfd_34.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
bfd_merge_private_bfd_data boolean bfd_merge_private_bfd_data(bfd *ibfd, bfd *obfd); |
true
on success, false on error. Possible error returns are:
bfd_error_no_memory -
Not enough memory exists to create private data for obfd.
#define bfd_merge_private_bfd_data(ibfd, obfd) \
BFD_SEND (obfd, _bfd_merge_private_bfd_data, \
(ibfd, obfd))
|
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |