Searched refs:push_dummy_code (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | infcall.c | 280 push_dummy_code (struct gdbarch *gdbarch, in push_dummy_code() function 451 sp = push_dummy_code (current_gdbarch, sp, funaddr, in call_function_by_hand() 459 sp = push_dummy_code (current_gdbarch, sp, funaddr, in call_function_by_hand()
|
| D | gdbarch.c | 173 gdbarch_push_dummy_code_ftype *push_dummy_code; member 1401 (long) current_gdbarch->push_dummy_code); in gdbarch_dump() 2439 return gdbarch->push_dummy_code != NULL; in gdbarch_push_dummy_code_p() 2446 gdb_assert (gdbarch->push_dummy_code != NULL); in gdbarch_push_dummy_code() 2449 …return gdbarch->push_dummy_code (gdbarch, sp, funaddr, using_gcc, args, nargs, value_type, real_pc… in gdbarch_push_dummy_code() 2454 gdbarch_push_dummy_code_ftype push_dummy_code) in set_gdbarch_push_dummy_code() argument 2456 gdbarch->push_dummy_code = push_dummy_code; in set_gdbarch_push_dummy_code()
|
| D | gdbarch.h | 588 …_gdbarch_push_dummy_code (struct gdbarch *gdbarch, gdbarch_push_dummy_code_ftype *push_dummy_code);
|
| D | gdbarch.sh | 480 M::CORE_ADDR:push_dummy_code:CORE_ADDR sp, CORE_ADDR funaddr, int using_gcc, struct value **args, i…
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | gdbint.texinfo | 3046 This method has been replaced by @code{push_dummy_code} 3047 (@pxref{push_dummy_code}). 3620 @item CORE_ADDR push_dummy_code (@var{gdbarch}, @var{sp}, @var{funaddr}, @var{using_gcc}, @var{args… 3621 @findex push_dummy_code 3622 @anchor{push_dummy_code} Given a stack based call dummy, push the
|