Home
last modified time | relevance | path

Searched refs:VALUE_TO_REGISTER (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dgdbarch.h1286 #if (GDB_MULTI_ARCH >= GDB_MULTI_ARCH_PARTIAL) && defined (VALUE_TO_REGISTER)
1289 #if !defined (VALUE_TO_REGISTER)
1290 #define VALUE_TO_REGISTER(frame, regnum, type, buf) (gdbarch_value_to_register (current_gdbarch, fr… macro
Dgdbarch.c2430 #ifdef VALUE_TO_REGISTER in gdbarch_dump()
2434 XSTRING (VALUE_TO_REGISTER (frame, regnum, type, buf))); in gdbarch_dump()
Dvalops.c645 VALUE_TO_REGISTER (frame, VALUE_FRAME_REGNUM (toval), in value_assign()
/freebsd-12-stable/contrib/gdb/gdb/doc/
Dgdbint.texinfo2818 @code{VALUE_TO_REGISTER} are used to perform any necessary conversion.
2826 Note that @code{REGISTER_TO_VALUE} and @code{VALUE_TO_REGISTER} take
2833 @deftypefn {Target Macro} void VALUE_TO_REGISTER (struct type *@var{type}, int @var{reg}, char *@va…
2837 Note that @code{REGISTER_TO_VALUE} and @code{VALUE_TO_REGISTER} take
2840 You should only use @code{VALUE_TO_REGISTER} with registers for which
4011 @item VALUE_TO_REGISTER(@var{type}, @var{regnum}, @var{from}, @var{to})
4012 @findex VALUE_TO_REGISTER