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

2.17.3.5 bfd_section_already_linked

Synopsis
 
void bfd_section_already_linked (bfd *abfd, asection *sec);
Description
Check if sec has been already linked during a reloceatable or final link.
 
#define bfd_section_already_linked(abfd, sec) \
       BFD_SEND (abfd, _section_already_linked, (abfd, sec))



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