Searched refs:value_of_variable (Results 1 – 9 of 9) sorted by relevance
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | f-valprint.c | 456 val = value_of_variable (common->contents[index], block); in info_common_command_for_block()
|
| H A D | valops.c | 149 return value_of_variable (sym, NULL); in find_function_in_inferior() 1493 value_of_variable (struct symbol *var, const struct block *b) in value_of_variable() function 1527 val = value_of_variable (var, b); in address_of_variable() 3522 result = value_of_variable (sym, get_selected_block (0)); in value_maybe_namespace_elt()
|
| H A D | value.h | 566 extern struct value *value_of_variable (struct symbol *var,
|
| H A D | eval.c | 767 ret = value_of_variable (exp->elts[pc + 2].symbol, in evaluate_subexp_standard() 1225 method = value_of_variable (sym, 0); in evaluate_subexp_standard() 1710 argvec[0] = value_of_variable (symp, get_selected_block (0)); in evaluate_subexp_standard()
|
| H A D | varobj.c | 428 char *(*value_of_variable) (struct varobj * var, member 2835 return (*var->root->lang->value_of_variable) (var, format); in my_value_of_variable()
|
| H A D | valarith.c | 310 return value_of_variable (symp, 0); in value_user_defined_cpp_op()
|
| H A D | value.c | 2578 retval = value_of_variable (sym, NULL); in value_static_field()
|
| H A D | ada-lang.c | 10729 return value_of_variable (syms[0].sym, syms[0].block); in get_var_value()
|
| /dflybsd-src/contrib/gdb-7/gdb/python/ |
| H A D | py-type.c | 935 val = value_of_variable (sym, block); in typy_template_argument()
|