Searched refs:deprecated_store_return_value (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.c205 gdbarch_deprecated_store_return_value_ftype *deprecated_store_return_value; member in struct:gdbarch
372 0, /* deprecated_store_return_value */
1641 (long) current_gdbarch->deprecated_store_return_value
4206 gdb_assert (gdbarch->deprecated_store_return_value != NULL);
4209 gdbarch->deprecated_store_return_value (type, valbuf);
4214 gdbarch_deprecated_store_return_value_ftype deprecated_store_return_value)
4216 gdbarch->deprecated_store_return_value = deprecated_store_return_value;
4213 set_gdbarch_deprecated_store_return_value(struct gdbarch *gdbarch, gdbarch_deprecated_store_return_value_ftype deprecated_store_return_value) argument
H A Dgdbarch.h1446 extern void set_gdbarch_deprecated_store_return_value (struct gdbarch *gdbarch, gdbarch_deprecated_store_return_value_ftype *deprecated_store_return_value);

Completed in 103 milliseconds