Searched refs:deprecated_store_struct_return (Results 1 – 2 of 2) sorted by relevance
199 gdbarch_deprecated_store_struct_return_ftype *deprecated_store_struct_return; member1660 (long) current_gdbarch->deprecated_store_struct_return in gdbarch_dump()4090 return gdbarch->deprecated_store_struct_return != NULL; in gdbarch_deprecated_store_struct_return_p()4097 gdb_assert (gdbarch->deprecated_store_struct_return != NULL); in gdbarch_deprecated_store_struct_return()4100 gdbarch->deprecated_store_struct_return (addr, sp); in gdbarch_deprecated_store_struct_return()4105 … gdbarch_deprecated_store_struct_return_ftype deprecated_store_struct_return) in set_gdbarch_deprecated_store_struct_return() argument4107 gdbarch->deprecated_store_struct_return = deprecated_store_struct_return; in set_gdbarch_deprecated_store_struct_return()
1382 …ct gdbarch *gdbarch, gdbarch_deprecated_store_struct_return_ftype *deprecated_store_struct_return);