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

2.3.0.12 bfd_merge_private_bfd_data

Synopsis
 
bfd_boolean bfd_merge_private_bfd_data (bfd *ibfd, bfd *obfd);
Description
Merge private BFD information from the BFD ibfd to the the output file BFD obfd when linking. Return TRUE on success, FALSE on error. Possible error returns are:

 
#define bfd_merge_private_bfd_data(ibfd, obfd) \
     BFD_SEND (obfd, _bfd_merge_private_bfd_data, \
               (ibfd, obfd))



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