Home
last modified time | relevance | path

Searched refs:gdbarch_value_to_register (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbarch.h721 extern void gdbarch_value_to_register (struct gdbarch *gdbarch, struct frame_info *frame, int regnu…
727 #define VALUE_TO_REGISTER(frame, regnum, type, buf) (gdbarch_value_to_register (current_gdbarch, fr…
Dgdbarch.c2663 gdbarch_value_to_register (struct gdbarch *gdbarch, struct frame_info *frame, int regnum, struct ty… in gdbarch_value_to_register() function
DChangeLog5732 gdbarch_register_to_value, and gdbarch_value_to_register methods.