bfd.info: Sections

Go forward to Symbols
Go backward to Initialization
Go up to BFD front end
Go to the top op bfd

Sections

   The raw data contained within a BFD is maintained through the
section abstraction.  A single BFD may have any number of sections.  It
keeps hold of them by pointing to the first; each one points to the
next in the list.
   Sections are supported in BFD in `section.c'.