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

2.6.5.12 bfd_sections_find_if

Synopsis
 
asection *bfd_sections_find_if
   (bfd *abfd,
    bfd_boolean (*operation) (bfd *abfd, asection *sect, void *obj),
    void *obj);
Description
Call the provided function operation for each section attached to the BFD abfd, passing obj as an argument. The function will be called as if by

 
       operation (abfd, the_section, obj);

It returns the first section for which operation returns true.



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