GDB (xrefs)
|
#include "symtab.h"
Public Attributes | |
enum address_class | aclass |
const struct symbol_computed_ops * | ops_computed |
const struct symbol_block_ops * | ops_block |
const struct symbol_register_ops * | ops_register |
enum address_class symbol_impl::aclass |
Definition at line 1200 of file symtab.h.
Referenced by symbol::aclass(), initialize_ordinary_address_classes(), register_symbol_block_impl(), register_symbol_computed_impl(), and register_symbol_register_impl().
const struct symbol_block_ops* symbol_impl::ops_block |
Definition at line 1206 of file symtab.h.
Referenced by register_symbol_block_impl().
const struct symbol_computed_ops* symbol_impl::ops_computed |
Definition at line 1203 of file symtab.h.
Referenced by register_symbol_computed_impl().
const struct symbol_register_ops* symbol_impl::ops_register |
Definition at line 1209 of file symtab.h.
Referenced by register_symbol_register_impl().