Home
last modified time | relevance | path

Searched refs:better_symbol (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dblock.c646 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()
Dblock.h562 extern struct symbol *better_symbol (struct symbol *a, struct symbol *b,
Dsymtab.c2342 = 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()
DChangeLog-202012246 * block.c (best_symbol, better_symbol): Promote to external.
12247 * block.h (best_symbol, better_symbol): Declare.
DChangeLog-20191049 * block.c (best_symbol, better_symbol): New function.