|
GDB (xrefs)
|
#include "symtab.h"
Public Member Functions | |
| symbol_search (int block_, struct symbol *symbol_) | |
| symbol_search (int block_, struct minimal_symbol *minsym, struct objfile *objfile) | |
| bool | operator< (const symbol_search &other) const |
| bool | operator== (const symbol_search &other) const |
Public Attributes | |
| int | 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 1920 of file symtab.h.
References bound_minimal_symbol::minsym, msymbol, and bound_minimal_symbol::objfile.
|
inline |
Definition at line 1928 of file symtab.h.
References bound_minimal_symbol::minsym, msymbol, and bound_minimal_symbol::objfile.
|
staticprivate |
Definition at line 4227 of file symtab.c.
References block, symtab::filename, symbol, SYMBOL_PRINT_NAME, and symbol_symtab().
Referenced by operator<(), and operator==().
|
inline |
Definition at line 1937 of file symtab.h.
References compare_search_syms().
|
inline |
Definition at line 1942 of file symtab.h.
References compare_search_syms().
| int symbol_search::block |
Definition at line 1949 of file symtab.h.
Referenced by compare_search_syms().
| struct bound_minimal_symbol symbol_search::msymbol |
Definition at line 1958 of file symtab.h.
Referenced by symbol_search().
| struct symbol* symbol_search::symbol |
Definition at line 1954 of file symtab.h.
Referenced by compare_search_syms().
1.8.14