Home
last modified time | relevance | path

Searched refs:DEPRECATED_FIX_CALL_DUMMY (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDinfcall.c281 (*real_pc) = DEPRECATED_FIX_CALL_DUMMY (dummy1, start_sp, funaddr, nargs, in legacy_push_dummy_code()
287 DEPRECATED_FIX_CALL_DUMMY (dummy1, start_sp, funaddr, nargs, args, in legacy_push_dummy_code()
562 DEPRECATED_FIX_CALL_DUMMY (dummy1, sp, funaddr, nargs, args, in call_function_by_hand()
HDgdbarch.h899 #if defined (DEPRECATED_FIX_CALL_DUMMY)
917 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FIX_CALL_DUMMY)
920 #if !defined (DEPRECATED_FIX_CALL_DUMMY)
921 #define DEPRECATED_FIX_CALL_DUMMY(dummy, pc, fun, nargs, args, type, gcc_p) (gdbarch_deprecated_fix… macro
HDgdbarch.c1063 #ifdef DEPRECATED_FIX_CALL_DUMMY in gdbarch_dump()
1067 … XSTRING (DEPRECATED_FIX_CALL_DUMMY (dummy, pc, fun, nargs, args, type, gcc_p))); in gdbarch_dump()
/NextBSD/contrib/gdb/gdb/doc/
HDgdbint.texinfo3712 @findex DEPRECATED_FIX_CALL_DUMMY
3730 @code{DEPRECATED_FIX_CALL_DUMMY}.