Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dgdbarch.h867 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_CALL_DUMMY_LENGTH)
870 #if !defined (DEPRECATED_CALL_DUMMY_LENGTH)
871 #define DEPRECATED_CALL_DUMMY_LENGTH (gdbarch_deprecated_call_dummy_length (current_gdbarch)) macro
Dgdbarch.c963 #ifdef DEPRECATED_CALL_DUMMY_LENGTH in gdbarch_dump()
966 XSTRING (DEPRECATED_CALL_DUMMY_LENGTH)); in gdbarch_dump()
969 DEPRECATED_CALL_DUMMY_LENGTH); in gdbarch_dump()
/freebsd-12-stable/contrib/gdb/gdb/doc/
Dgdbint.texinfo3060 positive value. See also @code{DEPRECATED_CALL_DUMMY_LENGTH}.