Home
last modified time | relevance | path

Searched refs:DEPRECATED_FIX_CALL_DUMMY_P (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDinfcall.c284 if (DEPRECATED_FIX_CALL_DUMMY_P ()) in legacy_push_dummy_code()
354 else if (DEPRECATED_FIX_CALL_DUMMY_P () in push_dummy_code()
553 if (DEPRECATED_FIX_CALL_DUMMY_P () in call_function_by_hand()
HDgdbarch.h901 #if !defined (DEPRECATED_FIX_CALL_DUMMY_P)
902 #define DEPRECATED_FIX_CALL_DUMMY_P() (1) macro
907 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FIX_CALL_DUMMY_P)
910 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_FIX_CALL_DUMMY_P)
911 #define DEPRECATED_FIX_CALL_DUMMY_P() (gdbarch_deprecated_fix_call_dummy_p (current_gdbarch)) macro
HDgdbarch.c1054 #ifdef DEPRECATED_FIX_CALL_DUMMY_P in gdbarch_dump()
1058 XSTRING (DEPRECATED_FIX_CALL_DUMMY_P ())); in gdbarch_dump()
1061 DEPRECATED_FIX_CALL_DUMMY_P ()); in gdbarch_dump()