Home
last modified time | relevance | path

Searched refs:value_assign (Results 1 – 20 of 20) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Deval.c1455 return value_assign (arg1, arg2); in evaluate_subexp_standard()
1472 return value_assign (arg1, arg2); in evaluate_subexp_standard()
1990 return value_assign (arg1, arg2); in evaluate_subexp_standard()
2005 return value_assign (arg1, arg2); in evaluate_subexp_standard()
2020 value_assign (arg1, arg2); in evaluate_subexp_standard()
2036 value_assign (arg1, arg2); in evaluate_subexp_standard()
Dwrapper.c212 (args)->result.pointer = value_assign (val1, val2); in wrap_value_assign()
Dvalue.h371 extern struct value *value_assign (struct value *toval, struct value *fromval);
Dvalops.c523 value_assign (struct value *toval, struct value *fromval) in value_assign() function
DChangeLog-1990345 * valops.c (value_assign): FIXME comment that long long
1098 valops.c (value_assign): Use get_saved_register instead of
DChangeLog-1993859 valops.c (value_assign): Use REGISTER_CONVERT_TO_* only if
1045 * valops.c (value_assign): Change bitfield code to use a buffer of
1107 * valops.c (value_assign): Call reinit_frame_cache when assigning
1489 * valops.c (value_assign): Add comment.
5097 * valops.c (value_assign): Use REGISTER_CONVERT_TO_TYPE if
DChangeLog-1995249 * valops.c (value_assign): Fix case lval_internalvar - don't try
1506 * valops.c (value_assign): Handle truncation when assigning
4316 (value_assign): No longer need to handle literal types.
DChangeLog-19963699 * valops.c (value_assign, call_function_by_hand): Ditto.
3783 * valops.c (value_assign): Make copy of internal variable value
4801 * valops.c (value_assign): Only do COERCE_ARRAY if internalvar (let
DChangeLog-2000953 version of value_assign.
954 (wrap_value_assign): New function. Wrapper for value_assign.
957 value_assign which can longjump. Do not change varobj value if
3537 * valops.c (value_assign): Adjust the length to take into
DChangeLog-20021116 * valops.c (value_assign): Update.
2484 * valops.c (value_assign): Merge lval_register case into
4748 * valops.c (value_assign): Add target-changed event notification
9576 * valops.c (value_assign): Use CONVERT_REGISTER_P and
10762 * valops.c (value_assign): Likewise.
14788 * valops.c (value_assign): Ditto.
DChangeLog-1999665 * valops.c (value_assign): Clarify error message.
6533 * valops.c (value_assign): Delete redundant test of
6622 * valops.c (value_assign), infcmd.c (do_registers_info), findvar.c
8767 * valops.c (value_assign): Add calls to register_changed_hook and
DChangeLog-19941618 (value_assign): Handle Fortran literal string and complex values.
4445 * valops.c (value_assign): Check it. Reword existing error
5099 * valops.c (value_assign): Set `type' after coercing toval.
DChangeLog1355 * valops.c (value_assign): Move 'buffer' to the enclosing block,
1358 * valops.c (value_assign): 'use_buffer' is initialized to zero,
2847 * valops.c (value_assign): Ditto.
7206 * valops.c (value_assign): Update.
7349 (value_assign): Notify target_changed event when modifying register.
Dada-lang.c2043 return value_assign (toval, fromval); in ada_value_assign()
DChangeLog-19922187 * valops.c (value_assign): target_convert_from_virtual inlined.
3922 * valops.c (value_assign): Lint, by Pierre Willard.
6148 * valops.c (value_assign): Cast some args to modify_field() and
DChangeLog-3.x1395 * valops.c (value_assign): Make it so that when assigning to an
DChangeLog-20037081 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
8053 * valops.c (value_assign): Update. Use frame_find_by_id.
14095 * valops.c (value_assign): Flush frame cache after stores to memory
DChangeLog-199117 * valops.c (value_assign): Do a COERCE_REF on the
DChangeLog-19982428 (value_assign): Handle enclosing_type, embedded_offset and
DChangeLog-20015418 (value_assign): Use it.