Searched refs:store_return_value (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gdbarch.c | 186 gdbarch_store_return_value_ftype *store_return_value; member 429 current_gdbarch->store_return_value = legacy_store_return_value; in gdbarch_alloc() 1595 (long) current_gdbarch->store_return_value); in gdbarch_dump() 2807 gdb_assert (gdbarch->store_return_value != NULL); in gdbarch_store_return_value() 2810 gdbarch->store_return_value (type, regcache, valbuf); in gdbarch_store_return_value() 2815 gdbarch_store_return_value_ftype store_return_value) in set_gdbarch_store_return_value() argument 2817 gdbarch->store_return_value = store_return_value; in set_gdbarch_store_return_value()
|
| D | gdbarch.h | 832 …store_return_value (struct gdbarch *gdbarch, gdbarch_store_return_value_ftype *store_return_value);
|
| D | gdbarch.sh | 524 f:=:void:store_return_value:struct type *type, struct regcache *regcache, const void *valbuf:type, …
|
| D | ChangeLog-2003 | 480 store_return_value and use_struct_convention. Set return_value to 650 instead of "store_return_value", "extract_return_value", and 669 extract_return_value, store_return_value and 1221 "extract_return_value", "store_return_value", 1312 "store_return_value". 1327 "store_return_value", and "use_struct_convention". 2677 set extract_return_value, store_return_value and 5465 store_return_value and extract_struct_value_address. 5583 m68hc11_register_type; undeprecate store_return_value and 6098 store_return_value, extract_struct_value_address, register_type, [all …]
|
| D | ChangeLog | 656 (m32r_gdbarch_init): Instead of store_return_value, 4624 (m68hc11_gdbarch_init): Instead of store_return_value, 9411 store_return_value, store_struct_return, saved_pc_after_call, 9480 (cris_gdbarch_init): Clear deprecated store_return_value, 9656 Set store_return_value, extract_return_value, push_dummy_code, 9659 Clear deprecated init_frame_pc, push_arguments, store_return_value, 13019 extract_return_value, store_return_value, use_struct_convention 13045 extract_return_value, store_return_value and
|
| D | ChangeLog-2002 | 497 store_return_value functions. 4474 (i386_gdbarch_init): Set store_return_value instead of 4529 store_return_value. 4667 deprecated_extract_return_value and store_return_value. Overwrite 4668 init of store_return_value with e500 specific version. 5097 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
|