Home
last modified time | relevance | path

Searched refs:push_dummy_code (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dinfcall.c263 push_dummy_code (struct gdbarch *gdbarch, in push_dummy_code() function
434 sp = push_dummy_code (current_gdbarch, sp, funaddr, in call_function_by_hand()
442 sp = push_dummy_code (current_gdbarch, sp, funaddr, in call_function_by_hand()
H A Dgdbarch.c167 gdbarch_push_dummy_code_ftype *push_dummy_code; member
1396 (long) current_gdbarch->push_dummy_code); in gdbarch_dump()
2428 return gdbarch->push_dummy_code != NULL; in gdbarch_push_dummy_code_p()
2435 gdb_assert (gdbarch->push_dummy_code != NULL); in gdbarch_push_dummy_code()
2438 …return gdbarch->push_dummy_code (gdbarch, sp, funaddr, using_gcc, args, nargs, value_type, real_pc… in gdbarch_push_dummy_code()
2443 gdbarch_push_dummy_code_ftype push_dummy_code) in set_gdbarch_push_dummy_code() argument
2445 gdbarch->push_dummy_code = push_dummy_code; in set_gdbarch_push_dummy_code()
H A Dgdbarch.h588 …_gdbarch_push_dummy_code (struct gdbarch *gdbarch, gdbarch_push_dummy_code_ftype *push_dummy_code);
H A Dgdbarch.sh481 M::CORE_ADDR:push_dummy_code:CORE_ADDR sp, CORE_ADDR funaddr, int using_gcc, struct value **args, i…
H A DChangeLog3920 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
4426 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
6572 (push_dummy_code): Delete call.
9656 Set store_return_value, extract_return_value, push_dummy_code,
9904 (call_function_by_hand, push_dummy_code): Ditto.
H A DChangeLog-20032515 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
9942 (d10v_gdbarch_init): Set push_dummy_code.
9945 (push_dummy_code): New function.
9946 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
9950 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dgdbint.texinfo3032 This method has been replaced by @code{push_dummy_code}
3033 (@pxref{push_dummy_code}).
3606 @item CORE_ADDR push_dummy_code (@var{gdbarch}, @var{sp}, @var{funaddr}, @var{using_gcc}, @var{args…
3607 @findex push_dummy_code
3608 @anchor{push_dummy_code} Given a stack based call dummy, push the
H A DChangeLog758 push_dummy_code. Add cross references.