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

2.8.0.1 bfd_get_next_mapent

Synopsis
 
symindex bfd_get_next_mapent
   (bfd *abfd, symindex previous, carsym **sym);
Description
Step through archive abfd's symbol table (if it has one). Successively update sym with the next symbol's information, returning that symbol's (internal) index into the symbol table.

Supply BFD_NO_MORE_SYMBOLS as the previous entry to get the first one; returns BFD_NO_MORE_SYMBOLS when you've already got the last one.

A carsym is a canonical archive symbol. The only user-visible element is its name, a null-terminated string.



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