| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | infcall.h | 40 extern struct value *call_function_by_hand (struct value *function, int nargs,
|
| H A D | scm-lang.c | 176 val = call_function_by_hand (func, 3, args); in scm_lookup_name() 199 return call_function_by_hand (func, 1, &addr); in scm_evaluate_string()
|
| H A D | objc-lang.c | 132 return (CORE_ADDR) value_as_long (call_function_by_hand (function, in lookup_objc_class() 159 return value_as_long (call_function_by_hand (function, 1, &selstring)); in lookup_child_selector() 187 nsstringValue = call_function_by_hand(function, 1, &stringValue[2]); in value_nsstring() 192 nsstringValue = call_function_by_hand(function, 1, &stringValue[2]); in value_nsstring() 201 nsstringValue = call_function_by_hand(function, 3, &stringValue[0]); in value_nsstring() 1555 description = call_function_by_hand (function, 1, &object); in print_object_command()
|
| H A D | eval.c | 799 ret = call_function_by_hand (argvec[0], 3, argvec + 1); in evaluate_subexp_standard() 804 ret = call_function_by_hand (argvec[0], 3, argvec + 1); in evaluate_subexp_standard() 821 ret = call_function_by_hand (argvec[0], 3, argvec + 1); in evaluate_subexp_standard() 825 ret = call_function_by_hand (argvec[0], 3, argvec + 1); in evaluate_subexp_standard() 950 argvec[0] = call_function_by_hand (argvec[0], nargs + 2, argvec + 1); in evaluate_subexp_standard() 953 ret = call_function_by_hand (argvec[0], nargs + 2, argvec + 1); in evaluate_subexp_standard() 1228 return call_function_by_hand (argvec[0], nargs, argvec + 1); in evaluate_subexp_standard()
|
| H A D | valarith.c | 491 return call_function_by_hand (argvec[0], 2 - static_memfuncp, argvec + 1); in value_x_binop() 495 return call_function_by_hand (argvec[0], 2 - static_memfuncp, argvec + 1); in value_x_binop() 586 return call_function_by_hand (argvec[0], nargs, argvec + 1); in value_x_unop()
|
| H A D | gcore.c | 271 sbrk = call_function_by_hand (sbrk, 1, &zero); in derive_heap_segment()
|
| H A D | infcall.c | 296 call_function_by_hand (struct value *function, int nargs, struct value **args) in call_function_by_hand() function
|
| H A D | hppa-hpux-tdep.c | 658 val = call_function_by_hand (funcval, 6, args); in find_stub_with_shl_get()
|
| H A D | ada-valprint.c | 680 call_function_by_hand (func, 1, in ada_val_print_1()
|
| H A D | ChangeLog-2003 | 626 * infcall.c (call_function_by_hand): Delete #ifdef 1953 * infcall.c (find_function_addr, call_function_by_hand): Update. 2760 * infcall.c (call_function_by_hand): Use 2775 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always 2833 * infcall.c (call_function_by_hand): Fix build failure 2876 * infcall.c (call_function_by_hand): Update. 3511 * infcall.c (call_function_by_hand): Update. 3526 * infcall.c (call_function_by_hand): Update. 3684 * infcall.c (call_function_by_hand): Update. 3857 * infcall.c (call_function_by_hand): Ditto. [all …]
|
| H A D | ChangeLog | 479 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro. 1607 * infcall.c (call_function_by_hand): Ditto. 2954 (call_function_by_hand): Add locals caller_regcache, 3037 * infcall.c (call_function_by_hand): Do not use 4454 * infcall.c (call_function_by_hand): Move code calling 4467 * infcall.c (call_function_by_hand): Update comment. 4639 * infcall.c (call_function_by_hand): Inline 4700 * infcall.c (call_function_by_hand): Call error instead of 4929 * infcall.c (call_function_by_hand): Pass entire function value 6521 * infcall.c (call_function_by_hand): When no [all …]
|
| H A D | valops.c | 177 val = call_function_by_hand (val, 1, &blocklen); in value_allocate_space_in_inferior()
|
| H A D | ChangeLog-1998 | 2392 * valops.c (call_function_by_hand): Assign to param_type only 2395 * valops.c (call_function_by_hand): Ifdef the 2399 * valops.c (call_function_by_hand): Make sure param_type is 2421 (call_function_by_hand): Do not use HP_COMPILED_TARGET, just 2438 (call_function_by_hand): Handle pointers to functions as paramters. 2461 (call_function_by_hand): Do not do any extra alignment if not needed. 3857 * valops.c (push_word, value_push, call_function_by_hand), 5431 (call_function_by_hand): Always call value_arg_coerce, pass down
|
| H A D | ChangeLog-1996 | 1425 * valops.c (call_function_by_hand): Set using_gcc to 2 1677 * valops.c (call_function_by_hand): Handle aligning stacks that 2400 * valops.c (call_function_by_hand): Ensure struct_addr is not used 3699 * valops.c (value_assign, call_function_by_hand): Ditto. 4411 * (call_function_by_hand): If REG_STRUCT_HAS_ADDR is defined, and 4938 * valops.c (call_function_by_hand): Likewise.
|
| H A D | ChangeLog-1995 | 3813 * valops.c (call_function_by_hand): Set using_gcc to 2 if using 3817 * valops.c (call_function_by_hand): Re-arrange code for pushing 3820 * valops.c (call_function_by_hand): Call error if the number 3983 * valops.c (call_function_by_hand): Set using_gcc to 2 if gcc-2. 4106 (call_function_by_hand): Convert arguments with value_arg_coerce
|
| H A D | ChangeLog-1993 | 154 * valops.c (call_function_by_hand, push_word), defs.h (push_word), 1793 * valops.c (call_function_by_hand): Handle AT_ENTRY_POINT case. 2220 * valops.c (call_function_by_hand): Set real_pc to correct 2695 * valops.c (call_function_by_hand): If we discard cleanups, call 2747 * valops.c (call_function_by_hand): Deal with changes to calling 3911 * valops.c (call_function_by_hand): Pass name to run_stack_dummy. 3974 * valops (call_function_by_hand): ditto. 5635 * valops.c (call_function_by_hand): Adjust call to FIX_CALL_DUMMY
|
| H A D | ada-lang.c | 7350 return call_function_by_hand (argvec[0], nargs, argvec + 1); in ada_evaluate_subexp()
|
| H A D | ChangeLog-1999 | 7529 call_function_by_hand): Always define. 7531 call_function_by_hand. Make static. Add prototype. 7819 * valops.c (call_function_by_hand): Ditto.
|
| H A D | ChangeLog-1991 | 2312 * valops.c (call_function_by_hand): declare text_end. 3672 * valops.c (call_function_by_hand): Put dummy1 in target order
|
| H A D | ChangeLog-1997 | 313 * valops.c (call_function_by_hand): If the function has a
|
| H A D | ChangeLog-1994 | 1065 * valops.c (call_function_by_hand): Use `sizeof dummy1', not 3966 * valops.c (call_function_by_hand): Check REG_STRUCT_HAS_ADDR
|
| H A D | ChangeLog-1990 | 740 (call_function_by_hand): Rename call_function; this function
|
| H A D | ChangeLog-1992 | 274 * valops.c (call_function_by_hand): Add another arg to 5871 always calls the same thing (call_function_by_hand).
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | gdbint.texinfo | 3638 @anchor{SAVE_DUMMY_FRAME_TOS} Used in @samp{call_function_by_hand} to
|