#include <op_bfd.h>
Public Member Functions | |
| op_bfd_symbol (asymbol const *a) | |
| ctor for real symbols | |
| op_bfd_symbol (bfd_vma vma, size_t size, std::string const &name) | |
| ctor for artificial symbols | |
| bfd_vma | vma () const |
| unsigned long | value () const |
| unsigned long | filepos () const |
| std::string const & | name () const |
| asymbol const * | symbol () const |
| size_t | size () const |
| void | size (size_t s) |
| bool | hidden () const |
| bool | weak () const |
| bool | artificial () const |
| bool | operator< (op_bfd_symbol const &lhs) const |
| compare two symbols by their filepos() | |
This duplicate information pointed by an asymbol, we need this duplication in case the symbol is an artificial symbol
|
|
ctor for real symbols
|
|
||||||||||||||||
|
ctor for artificial symbols
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compare two symbols by their filepos()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6