Searched refs:value_of_variable (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dscm-lang.c170 args[2] = value_of_variable (sym, expression_context_block);
185 return value_of_variable (sym, NULL);
H A Dvalue.h325 extern struct value *value_of_variable (struct symbol *var, struct block *b);
H A Dvalops.c143 return value_of_variable (sym, NULL);
781 value_of_variable (struct symbol *var, struct block *b) function
2574 return value_of_variable (sym, get_selected_block (0));
H A Dvarobj.c313 char *(*value_of_variable) (struct varobj * var); member in struct:language_specific
1726 /* GDB already has a command called "value_of_variable". Sigh. */
1730 return (*var->root->lang->value_of_variable) (var);
H A Deval.c434 value_of_variable (...). However I'm not sure if
435 value_of_variable () has any side effect.
441 return value_of_variable (exp->elts[pc + 2].symbol,
840 method = value_of_variable (sym, 0);
H A DChangeLog-3.x1638 * valops.c (value_of_variable): Call read_var_value with 0 cast to
H A Dada-lang.c8080 return value_of_variable (syms[0].sym, syms[0].block);

Completed in 196 milliseconds