Home
last modified time | relevance | path

Searched refs:value_of_variable (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDscm-lang.c172 args[2] = value_of_variable (sym, expression_context_block); in scm_lookup_name()
187 return value_of_variable (sym, NULL); in scm_lookup_name()
HDvalue.h327 extern struct value *value_of_variable (struct symbol *var, struct block *b);
HDvalops.c148 return value_of_variable (sym, NULL); in find_function_in_inferior()
797 value_of_variable (struct symbol *var, struct block *b) in value_of_variable() function
2640 return value_of_variable (sym, get_selected_block (0)); in value_maybe_namespace_elt()
HDvarobj.c313 char *(*value_of_variable) (struct varobj * var); member
1726 return (*var->root->lang->value_of_variable) (var); in my_value_of_variable()
HDeval.c442 return value_of_variable (exp->elts[pc + 2].symbol, in evaluate_subexp_standard()
841 method = value_of_variable (sym, 0); in evaluate_subexp_standard()
HDada-lang.c7770 return value_of_variable (syms[0], blocks[0]); in get_var_value()