Home
last modified time | relevance | path

Searched refs:gdbarch_extract_return_value (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbarch.h802 extern void gdbarch_extract_return_value (struct gdbarch *gdbarch, struct type *type, struct regcac…
808 #define EXTRACT_RETURN_VALUE(type, regcache, valbuf) (gdbarch_extract_return_value (current_gdbarch…
Dgdbarch.c2798 gdbarch_extract_return_value (struct gdbarch *gdbarch, struct type *type, struct regcache *regcache… in gdbarch_extract_return_value() function