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

2.6.5.4 bfd_make_section_old_way

Synopsis
 
asection *bfd_make_section_old_way (bfd *abfd, const char *name);
Description
Create a new empty section called name and attach it to the end of the chain of sections for the BFD abfd. An attempt to create a section with a name which is already in use returns its pointer without changing the section chain.

It has the funny name since this is the way it used to be before it was rewritten....

Possible errors are:



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