Home
last modified time | relevance | path

Searched refs:using_struct_return (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dvalue.h385 extern int using_struct_return (struct type *value_type, int gcc_p);
Dinfcmd.c1202 struct_return = using_struct_return (value_type, gcc_compiled); in finish_command_continuation()
1325 struct_return = using_struct_return (value_type, gcc_compiled); in finish_command()
Dinfcall.c433 struct_return = using_struct_return (values_type, using_gcc); in call_function_by_hand()
Dvalue.c1608 using_struct_return (struct type *value_type, int gcc_p) in using_struct_return() function
Deval.c867 struct_return = using_struct_return (value_type, using_gcc); in evaluate_subexp_standard()
871 struct_return = using_struct_return (check_typedef (expect_type), using_gcc); in evaluate_subexp_standard()
Dsparc-tdep.c353 if (using_struct_return (value_type, using_gcc)) in sparc32_push_dummy_code()
Dstack.c1860 else if (using_struct_return (return_type, 0)) in return_command()