#include <bfd_support.h>
Collaboration diagram for bfd_info:

Public Member Functions | |
| bfd_info () | |
| ~bfd_info () | |
| void | close () |
| close the BFD, setting abfd to NULL | |
| bool | valid () const |
| return true if BFD is readable | |
| bool | has_debug_info () const |
| return true if BFD has debug info | |
| void | get_symbols () |
| pick out the symbols from the bfd, if we can | |
Public Attributes | |
| bfd * | abfd |
| the actual BFD | |
| scoped_array< asymbol * > | syms |
| normal symbols (includes synthesized symbols) | |
| size_t | nr_syms |
| nr. symbols | |
|
|
|
|
|
|
|
|
close the BFD, setting abfd to NULL
|
|
|
pick out the symbols from the bfd, if we can
|
|
|
return true if BFD has debug info
|
|
|
return true if BFD is readable
|
|
|
the actual BFD
|
|
|
nr. symbols
|
|
|
normal symbols (includes synthesized symbols)
|
1.4.6