Searched refs:value_of_variable (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | scm-lang.c | 170 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 D | value.h | 324 extern struct value *value_of_variable (struct symbol *var, struct block *b);
|
| H A D | valops.c | 145 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 D | varobj.c | 313 char *(*value_of_variable) (struct varobj * var); member 1782 return (*var->root->lang->value_of_variable) (var); in my_value_of_variable()
|
| H A D | eval.c | 439 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 D | ada-lang.c | 8065 return value_of_variable (syms[0].sym, syms[0].block); in get_var_value()
|
| H A D | ChangeLog-1997 | 2587 (value_of_variable): Provide dummy initialization of "frame".
|
| H A D | ChangeLog-1998 | 2458 (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 D | ChangeLog-1993 | 1648 * valops.c (value_of_variable): Use symbol_read_needs_frame to 2901 * valops.c, value.h (value_of_variable), callers:
|
| H A D | ChangeLog-1996 | 1351 * valops.c (value_of_variable): Don't attempt to establish frames
|
| H A D | ChangeLog-1991 | 4559 * valops.c (value_of_variable, value_of_this): Error if unknown
|
| H A D | ChangeLog-2003 | 13299 * valops.c (value_of_variable, hand_function_call): Ditto.
|