bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help with BFD


From: Nick Clifton
Subject: Re: help with BFD
Date: Fri, 19 Jan 2001 17:43:34 -0800

Hi Don,

: This probably not the right place to ask, but I could not find a
: better one.

  A better list would have been:

    address@hidden

 
: Question:
: How do I get the list of local, non-static, symbols from BFD. I've
: used bfd_get_symtab_upper_bound, bfd_canonicalize_symtab, and 
: bfd_print_symbol_vandf functions to dump all of the global and
: static symbols.  But how can I get the non-static locals. 

Use bfd_is_local_label() on the symbols.

Cheers
        Nick



reply via email to

[Prev in Thread] Current Thread [Next in Thread]