Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdbarch.h1112 #if defined (DEPRECATED_REG_STRUCT_HAS_ADDR)
1130 #if !defined (GDB_TM_FILE) && defined (DEPRECATED_REG_STRUCT_HAS_ADDR)
1133 #if !defined (DEPRECATED_REG_STRUCT_HAS_ADDR)
1134 #define DEPRECATED_REG_STRUCT_HAS_ADDR(gcc_p, type) (gdbarch_deprecated_reg_struct_has_addr (curren… macro
H A Darch-utils.c321 && DEPRECATED_REG_STRUCT_HAS_ADDR (processing_gcc_compilation, type)) in default_stabs_argument_has_addr()
H A Dinfcall.c569 && DEPRECATED_REG_STRUCT_HAS_ADDR (using_gcc, arg_type)) in call_function_by_hand()
H A Dgdbarch.c902 #ifdef DEPRECATED_REG_STRUCT_HAS_ADDR in gdbarch_dump()
906 XSTRING (DEPRECATED_REG_STRUCT_HAS_ADDR (gcc_p, type))); in gdbarch_dump()
H A DChangeLog-20033331 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
3338 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
3488 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
3494 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
3523 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
H A DChangeLog4401 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A Dgdbint.texinfo3564 @findex DEPRECATED_REG_STRUCT_HAS_ADDR
3569 This method replaces @code{DEPRECATED_REG_STRUCT_HAS_ADDR}
3570 (@pxref{DEPRECATED_REG_STRUCT_HAS_ADDR}).
3628 @item DEPRECATED_REG_STRUCT_HAS_ADDR (@var{gcc_p}, @var{type})
3629 @findex DEPRECATED_REG_STRUCT_HAS_ADDR
3630 @anchor{DEPRECATED_REG_STRUCT_HAS_ADDR}Define this to return 1 if the
H A DChangeLog547 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.