Searched refs:lval_memory (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-9.3-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_sparc64.c164 *lvalp = lval_memory;
171 *lvalp = lval_memory;
H A Dtrgt_amd64.c165 *lvalp = lval_memory;
H A Dtrgt_powerpc.c164 *lvalp = lval_memory;
H A Dtrgt_powerpc64.c166 *lvalp = lval_memory;
H A Dtrgt_i386.c232 *lvalp = lval_memory;
353 *lvalp = lval_memory;
H A Dtrgt_arm.c191 *lvalp = lval_memory;
H A Dtrgt_mips.c193 *lvalp = lval_memory;
H A Dtrgt_ia64.c301 *lvalp = lval_memory;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtrad-frame.c102 *lvalp = lval_memory;
H A Dfindvar.c405 VALUE_LVAL (v) = lval_memory; /* The most likely possibility. */
555 VALUE_LVAL (v) = lval_memory;
721 VALUE_LVAL (v) = lval_memory;
H A Dvalops.c418 else if (VALUE_LVAL (arg2) == lval_memory)
471 VALUE_LVAL (val) = lval_memory;
490 VALUE_LVAL (val) = lval_memory;
572 case lval_memory:
722 case lval_memory:
780 if (VALUE_LVAL (arg1) != lval_memory)
790 VALUE_LVAL (val) = lval_memory;
853 if (VALUE_LVAL (arg1) != lval_memory)
868 if (VALUE_LVAL (arg1) != lval_memory)
897 if (VALUE_LVAL (arg1) != lval_memory)
[all...]
H A Dalpha-mdebug-tdep.c276 *lvalp = lval_memory;
H A Dlibunwind-frame.c296 *lvalp = lval_memory;
H A Dia64-tdep.c1647 *lvalp = lval_memory;
1752 *lvalp = lval_memory;
1781 *lvalp = lval_memory;
1803 *lvalp = lval_memory;
1819 *lvalp = lval_memory;
1844 *lvalp = lval_memory;
1868 *lvalp = lval_memory;
2023 *lvalp = lval_memory;
2040 *lvalp = lval_memory;
2051 *lvalp = lval_memory;
[all...]
H A Deval.c1317 lval_memory);
1360 lval_memory);
1910 lval_memory);
1913 return value_zero (builtin_type_int, lval_memory);
1973 return value_zero (exp->elts[pc + 1].type, lval_memory);
2135 if (VALUE_LVAL (x) == lval_memory)
H A Dframe.c687 case lval_memory:
985 *lvalp = lval_memory;
1056 Set *LVAL to lval_memory, lval_register, or not_lval, depending on
1116 *lval = lval_memory;
H A Ddwarf2loc.c114 type will be returned in LVALP, and for lval_memory the register
243 VALUE_LVAL (retval) = lval_memory;
H A Dalpha-tdep.c843 *lvalp = lval_memory;
1182 *lvalp = lval_memory;
H A Ddwarf2-frame.c777 *lvalp = lval_memory;
795 *lvalp = lval_memory;
H A Dada-lang.c307 VALUE_LVAL (v) = lval_memory;
318 if (VALUE_LVAL (val) == lval_memory)
1597 if (VALUE_LVAL (toval) == lval_memory
3041 VALUE_LVAL (val) = lval_memory;
3078 if (VALUE_LVAL (actual) != lval_memory)
6844 else if (VALUE_LVAL (arg1) == lval_memory)
7514 lval_memory);
7517 return value_zero (builtin_type_int, lval_memory);
7542 lval_memory);
7570 lval_memory);
[all...]
H A Ddefs.h644 lval_memory,
653 lval_register or lval_memory). */
642 lval_memory, enumerator in enum:lval_type
H A Dprintcmd.c290 if (VALUE_LVAL (val) == lval_memory)
1310 && VALUE_LVAL (val) == lval_memory)
H A Dstack.c1061 else if (!optimized && lval == lval_memory)
1089 if (!optimized && lval == lval_memory)
H A Damd64-tdep.c873 *lvalp = lval_memory;
H A Dsparc-tdep.c754 *lvalp = lval_memory;

Completed in 160 milliseconds

12