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

2.6.5.3 bfd_get_section_by_name_if

Synopsis
 
asection *bfd_get_section_by_name_if
   (bfd *abfd,
    const char *name,
    bfd_boolean (*func) (bfd *abfd, asection *sect, void *obj),
    void *obj);
Description
Call the provided function func for each section attached to the BFD abfd whose name matches name, passing obj as an argument. The function will be called as if by

 
       func (abfd, the_section, obj);

It returns the first section for which func returns true, otherwise NULL.



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