| www.delorie.com/gnu/docs/binutils/bfd_35.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
bfd_set_private_flags boolean bfd_set_private_flags(bfd *abfd, flagword flags); |
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_set_private_flags(abfd, flags) \
BFD_SEND (abfd, _bfd_set_private_flags, \
(abfd, flags))
|
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |