Home
last modified time | relevance | path

Searched refs:symbol_cache (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dremote-utils.c49 static struct sym_cache *symbol_cache; variable
735 for (sym = symbol_cache; sym; sym = sym->next) in look_up_one_symbol()
780 sym->next = symbol_cache; in look_up_one_symbol()
781 symbol_cache = sym; in look_up_one_symbol()
H A DChangeLog22 * remote-utils.c (struct sym_cache, symbol_cache): New.