Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbarch.c199 gdbarch_deprecated_store_struct_return_ftype *deprecated_store_struct_return; member
1660 (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() argument
4107 gdbarch->deprecated_store_struct_return = deprecated_store_struct_return; in set_gdbarch_deprecated_store_struct_return()
H A Dgdbarch.h1382 …ct gdbarch *gdbarch, gdbarch_deprecated_store_struct_return_ftype *deprecated_store_struct_return);