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

2.3.1.11 bfd_copy_private_header_data

Synopsis
 
bfd_boolean bfd_copy_private_header_data (bfd *ibfd, bfd *obfd);
Description
Copy private BFD header information from the BFD ibfd to the the BFD obfd. This copies information that may require sections to exist, but does not require symbol tables. Return true on success, false on error. Possible error returns are:

 
#define bfd_copy_private_header_data(ibfd, obfd) \
     BFD_SEND (obfd, _bfd_copy_private_header_data, \
               (ibfd, obfd))



This document was generated by system on July, 22 2007 using texi2html