Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dada-lang.c187 static struct value *get_var_value (char *, char *);
7987 return get_var_value ("DEBUG_STRING_F", 0); in ada_vax_float_print_function()
7989 return get_var_value ("DEBUG_STRING_D", 0); in ada_vax_float_print_function()
7991 return get_var_value ("DEBUG_STRING_G", 0); in ada_vax_float_print_function()
8049 get_var_value (char *name, char *err_msg) in get_var_value() function
8075 struct value *var_val = get_var_value (name, 0); in get_int_var_value()
H A DChangeLog5455 (get_var_value): Use new interface to ada_lookup_symbol_list.