Searched refs:gdbarch_return_value_ftype (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h527 typedef enum return_value_convention (gdbarch_return_value_ftype) (struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf); typedef in typeref:enum:gdbarch_return_value_ftype
529 extern void set_gdbarch_return_value (struct gdbarch *gdbarch, gdbarch_return_value_ftype *return_value);
H A Dgdbarch.c228 gdbarch_return_value_ftype *return_value;
2754 gdbarch_return_value_ftype return_value)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h440 typedef enum return_value_convention (gdbarch_return_value_ftype) (struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf); typedef in typeref:enum:gdbarch_return_value_ftype
442 extern void set_gdbarch_return_value (struct gdbarch *gdbarch, gdbarch_return_value_ftype *return_value);
H A Dgdbarch.c118 gdbarch_return_value_ftype *return_value = nullptr;
2590 gdbarch_return_value_ftype return_value)

Completed in 237 milliseconds