Searched refs:VALUE_LVAL (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dfindvar.c287 VALUE_LVAL (reg_val) = lval;
389 VALUE_LVAL (v) = lval_memory; /* The most likely possibility. */
406 VALUE_LVAL (v) = not_lval;
421 VALUE_LVAL (v) = not_lval;
429 VALUE_LVAL (v) = not_lval;
539 VALUE_LVAL (v) = lval_memory;
579 VALUE_LVAL (v) = not_lval;
625 VALUE_LVAL (v) = lval_register;
639 VALUE_LVAL (v) = lval_reg_frame_relative;
699 VALUE_LVAL (
[all...]
H A Dvalops.c413 else if (VALUE_LVAL (arg2) == lval_memory)
437 VALUE_LVAL (val) = lv;
466 VALUE_LVAL (val) = lval_memory;
485 VALUE_LVAL (val) = lval_memory;
536 if (VALUE_LVAL (toval) != lval_internalvar)
547 switch (VALUE_LVAL (toval))
612 if (VALUE_LVAL (toval) == lval_register)
626 if (VALUE_LVAL (toval) == lval_reg_frame_relative
704 switch (VALUE_LVAL (toval))
764 if (VALUE_LVAL (arg
[all...]
H A Dstd-regs.c62 VALUE_LVAL (val) = not_lval;
H A Dvalarith.c198 if (VALUE_LVAL (array) != lval_memory)
241 VALUE_LVAL (v) = VALUE_LVAL (array);
242 if (VALUE_LVAL (array) == lval_internalvar)
243 VALUE_LVAL (v) = lval_internalvar_component;
278 if (VALUE_LVAL (array) == lval_internalvar)
279 VALUE_LVAL (v) = lval_internalvar_component;
281 VALUE_LVAL (v) = VALUE_LVAL (array);
491 return value_zero (return_type, VALUE_LVAL (arg
[all...]
H A Dvalues.c92 VALUE_LVAL (val) = not_lval;
221 VALUE_LVAL (val) = VALUE_LVAL (arg);
262 /* We preserve VALUE_LVAL so that the user can find out where it was fetched
433 VALUE_LVAL (val) = lval_internalvar;
834 if (retval && VALUE_LVAL (retval) == lval_memory)
946 VALUE_LVAL (v) = VALUE_LVAL (arg1);
947 if (VALUE_LVAL (arg1) == lval_internalvar)
948 VALUE_LVAL (
[all...]
H A Ddwarf2loc.c216 VALUE_LVAL (retval) = not_lval;
252 VALUE_LVAL (retval) = lval_memory;
H A Dada-lang.c424 VALUE_LVAL (v) = lval_memory;
446 VALUE_LVAL (result) = VALUE_LVAL (val);
1751 if (VALUE_LVAL (arr) == lval_internalvar)
1752 VALUE_LVAL (v) = lval_internalvar_component;
1754 VALUE_LVAL (v) = VALUE_LVAL (arr);
1828 VALUE_LVAL (v) = VALUE_LVAL (obj);
1829 if (VALUE_LVAL (ob
[all...]
H A Dvalue.h216 #define VALUE_LVAL(val) (val)->lval macro
H A Dprintcmd.c290 if (VALUE_LVAL (val) == lval_memory)
1308 && VALUE_LVAL (val) == lval_memory)
H A Deval.c1550 return value_zero (TYPE_TARGET_TYPE (type), VALUE_LVAL (arg1));
1591 arg1 = value_zero (type, VALUE_LVAL (arg1));
2136 if (VALUE_LVAL (x) == lval_memory)
H A Dbreakpoint.c966 if (VALUE_LVAL (v) == lval_memory
1499 if (VALUE_LVAL (v) == lval_memory
2754 if (VALUE_LVAL (v) == lval_memory
5997 if (VALUE_LVAL (v) == lval_memory)
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-dump.c309 if (VALUE_LVAL (val))

Completed in 201 milliseconds