[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.3.0.13 bfd_set_private_flags

Synopsis
 
bfd_boolean bfd_set_private_flags (bfd *abfd, flagword flags);
Description
Set private BFD flag information in the BFD abfd. Return TRUE on success, FALSE on error. Possible error returns are:

 
#define bfd_set_private_flags(abfd, flags) \
     BFD_SEND (abfd, _bfd_set_private_flags, (abfd, flags))



This document was generated by system on December, 2 2004 using texi2html