GDB (xrefs)
|
#include "symtab.h"
Public Member Functions | |
symbol_search (block_enum block_, struct symbol *symbol_) | |
symbol_search (block_enum block_, struct minimal_symbol *minsym, struct objfile *objfile) | |
bool | operator< (const symbol_search &other) const |
bool | operator== (const symbol_search &other) const |
Public Attributes | |
block_enum | block |
struct symbol * | symbol |
struct bound_minimal_symbol | msymbol |
Static Private Member Functions | |
static int | compare_search_syms (const symbol_search &sym_a, const symbol_search &sym_b) |
|
inline |
Definition at line 2482 of file symtab.h.
References bound_minimal_symbol::minsym, msymbol, and bound_minimal_symbol::objfile.
|
inline |
Definition at line 2490 of file symtab.h.
References bound_minimal_symbol::minsym, msymbol, and bound_minimal_symbol::objfile.
|
staticprivate |
Definition at line 4579 of file symtab.c.
References block, symtab::filename, general_symbol_info::print_name(), symbol, and symbol::symtab.
Referenced by operator<(), and operator==().
|
inline |
Definition at line 2499 of file symtab.h.
References compare_search_syms().
|
inline |
Definition at line 2504 of file symtab.h.
References compare_search_syms().
block_enum symbol_search::block |
Definition at line 2511 of file symtab.h.
Referenced by compare_search_syms(), info_module_subcommand(), and mi_symbol_info().
struct bound_minimal_symbol symbol_search::msymbol |
Definition at line 2520 of file symtab.h.
Referenced by symbol_search(), and symbol_search().
struct symbol* symbol_search::symbol |
Definition at line 2516 of file symtab.h.
Referenced by compare_search_syms(), info_module_subcommand(), and mi_symbol_info().