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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.c199 gdbarch_deprecated_store_struct_return_ftype *deprecated_store_struct_return; member in struct:gdbarch
366 0, /* deprecated_store_struct_return */
667 /* Skip verify of deprecated_store_struct_return, has predicate */
1660 (long) current_gdbarch->deprecated_store_struct_return
4090 return gdbarch->deprecated_store_struct_return != NULL;
4097 gdb_assert (gdbarch->deprecated_store_struct_return != NULL);
4100 gdbarch->deprecated_store_struct_return (addr, sp);
4105 gdbarch_deprecated_store_struct_return_ftype deprecated_store_struct_return)
4107 gdbarch->deprecated_store_struct_return = deprecated_store_struct_return;
4104 set_gdbarch_deprecated_store_struct_return(struct gdbarch *gdbarch, gdbarch_deprecated_store_struct_return_ftype deprecated_store_struct_return) argument
[all...]
H A Dgdbarch.h1382 extern void set_gdbarch_deprecated_store_struct_return (struct gdbarch *gdbarch, gdbarch_deprecated_store_struct_return_ftype *deprecated_store_struct_return);

Completed in 116 milliseconds