Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dscm-lang.c170 args[2] = value_of_variable (sym, expression_context_block); in scm_lookup_name()
185 return value_of_variable (sym, NULL); in scm_lookup_name()
H A Dvalue.h324 extern struct value *value_of_variable (struct symbol *var, struct block *b);
H A Dvalops.c145 return value_of_variable (sym, NULL); in find_function_in_inferior()
780 value_of_variable (struct symbol *var, struct block *b) in value_of_variable() function
2571 return value_of_variable (sym, get_selected_block (0)); in value_maybe_namespace_elt()
H A Dvarobj.c313 char *(*value_of_variable) (struct varobj * var); member
1782 return (*var->root->lang->value_of_variable) (var); in my_value_of_variable()
H A Deval.c439 return value_of_variable (exp->elts[pc + 2].symbol, in evaluate_subexp_standard()
838 method = value_of_variable (sym, 0); in evaluate_subexp_standard()
H A Dada-lang.c8065 return value_of_variable (syms[0].sym, syms[0].block); in get_var_value()
H A DChangeLog-19972587 (value_of_variable): Provide dummy initialization of "frame".
H A DChangeLog-19982458 (value_of_variable): Use SYMBOL_SOURCE_NAME instead of SYMBOL_NAME.
4349 (value_of_variable): Add braces to remove nested if-else ambiguity.
H A DChangeLog-19931648 * valops.c (value_of_variable): Use symbol_read_needs_frame to
2901 * valops.c, value.h (value_of_variable), callers:
H A DChangeLog-19961351 * valops.c (value_of_variable): Don't attempt to establish frames
H A DChangeLog-19914559 * valops.c (value_of_variable, value_of_this): Error if unknown
H A DChangeLog-200313299 * valops.c (value_of_variable, hand_function_call): Ditto.