Searched refs:better_symbol (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | block.c | 646 better_symbol (struct symbol *a, struct symbol *b, in better_symbol() function 699 other = better_symbol (other, sym, domain); in block_lookup_symbol() 787 other = better_symbol (other, sym, domain); in block_lookup_symbol_primary()
|
| D | block.h | 562 extern struct symbol *better_symbol (struct symbol *a, struct symbol *b,
|
| D | symtab.c | 2342 = better_symbol (other.symbol, result.symbol, domain); in lookup_symbol_in_objfile_symtabs() 2674 if (better_symbol (sym, bs.symbol, domain) == sym) in lookup_global_symbol()
|
| D | ChangeLog-2020 | 12246 * block.c (best_symbol, better_symbol): Promote to external. 12247 * block.h (best_symbol, better_symbol): Declare.
|
| D | ChangeLog-2019 | 1049 * block.c (best_symbol, better_symbol): New function.
|