#include <symbol.h>
Public Attributes | |
struct symbol * | first_symbol |
int | sorted_array |
int | n_symbols |
struct symbol* symbol_context::first_symbol |
Definition at line 50 of file symbol.h.
Referenced by add_symbol_name(), get_symbol_addr(), symbol_init(), and symbol_recalc_sizes().
int symbol_context::n_symbols |
Definition at line 52 of file symbol.h.
Referenced by add_symbol_name(), get_symbol_addr(), get_symbol_name_and_n_args(), symbol_init(), symbol_nsymbols(), symbol_readfile(), and symbol_recalc_sizes().
int symbol_context::sorted_array |
Definition at line 51 of file symbol.h.
Referenced by add_symbol_name(), get_symbol_addr(), symbol_init(), and symbol_recalc_sizes().