[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
bfd_get_next_mapent
symindex bfd_get_next_mapent (bfd *abfd, symindex previous, carsym **sym); |
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.