| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | infcall.c | 225 CORE_ADDR sp, CORE_ADDR funaddr, int using_gcc, in generic_push_dummy_code() argument 264 CORE_ADDR sp, CORE_ADDR funaddr, int using_gcc, in push_dummy_code() argument 270 return gdbarch_push_dummy_code (gdbarch, sp, funaddr, using_gcc, in push_dummy_code() 273 return generic_push_dummy_code (gdbarch, sp, funaddr, using_gcc, in push_dummy_code() 308 int using_gcc; /* Set to version of gcc in use, or zero if not gcc */ in call_function_by_hand() local 410 using_gcc = (b == NULL ? 2 : BLOCK_GCC_COMPILED (b)); in call_function_by_hand() 416 struct_return = using_struct_return (value_type, using_gcc); in call_function_by_hand() 435 using_gcc, args, nargs, value_type, in call_function_by_hand() 443 using_gcc, args, nargs, value_type, in call_function_by_hand() 524 if (using_gcc == 0) in call_function_by_hand() [all …]
|
| H A D | eval.c | 702 int using_gcc = 0; in evaluate_subexp_standard() local 855 using_gcc = (b == NULL ? 2 : BLOCK_GCC_COMPILED (b)); in evaluate_subexp_standard() 866 struct_return = using_struct_return (value_type, using_gcc); in evaluate_subexp_standard() 870 struct_return = using_struct_return (check_typedef (expect_type), using_gcc); in evaluate_subexp_standard()
|
| H A D | sparc-tdep.c | 340 CORE_ADDR funcaddr, int using_gcc, in sparc32_push_dummy_code() argument 348 if (using_struct_return (value_type, using_gcc)) in sparc32_push_dummy_code()
|
| H A D | gdbarch.h | 586 …e_ftype) (struct gdbarch *gdbarch, CORE_ADDR sp, CORE_ADDR funaddr, int using_gcc, struct value **… 587 …mmy_code (struct gdbarch *gdbarch, CORE_ADDR sp, CORE_ADDR funaddr, int using_gcc, struct value **…
|
| H A D | hppa-hpux-tdep.c | 1232 CORE_ADDR funcaddr, int using_gcc, in hppa_hpux_push_dummy_code() argument
|
| H A D | gdbarch.sh | 481 …unaddr, int using_gcc, struct value **args, int nargs, struct type *value_type, CORE_ADDR *real_pc…
|
| H A D | h8300-tdep.c | 1154 CORE_ADDR sp, CORE_ADDR funaddr, int using_gcc, in h8300_push_dummy_code() argument
|
| H A D | d10v-tdep.c | 938 CORE_ADDR sp, CORE_ADDR funaddr, int using_gcc, in d10v_push_dummy_code() argument
|
| H A D | gdbarch.c | 2432 gdbarch_push_dummy_code (struct gdbarch *gdbarch, CORE_ADDR sp, CORE_ADDR funaddr, int using_gcc, s… in gdbarch_push_dummy_code() argument 2438 …return gdbarch->push_dummy_code (gdbarch, sp, funaddr, using_gcc, args, nargs, value_type, real_pc… in gdbarch_push_dummy_code()
|
| H A D | cris-tdep.c | 700 CORE_ADDR sp, CORE_ADDR funaddr, int using_gcc, in cris_push_dummy_code() argument
|
| H A D | ChangeLog-1995 | 3813 * valops.c (call_function_by_hand): Set using_gcc to 2 if using 3983 * valops.c (call_function_by_hand): Set using_gcc to 2 if gcc-2.
|
| H A D | ChangeLog-1990 | 2415 valops.c (call_function): New variable using_gcc.
|
| H A D | ChangeLog-1996 | 1425 * valops.c (call_function_by_hand): Set using_gcc to 2
|
| H A D | ChangeLog-1998 | 2420 third parameter, using_gcc.
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | gdbint.texinfo | 3606 @item CORE_ADDR push_dummy_code (@var{gdbarch}, @var{sp}, @var{funaddr}, @var{using_gcc}, @var{args…
|