Lines Matching refs:using_gcc
242 CORE_ADDR sp, CORE_ADDR funaddr, int using_gcc, in generic_push_dummy_code() argument
281 CORE_ADDR sp, CORE_ADDR funaddr, int using_gcc, in push_dummy_code() argument
287 return gdbarch_push_dummy_code (gdbarch, sp, funaddr, using_gcc, in push_dummy_code()
290 return generic_push_dummy_code (gdbarch, sp, funaddr, using_gcc, in push_dummy_code()
325 int using_gcc; /* Set to version of gcc in use, or zero if not gcc */ in call_function_by_hand() local
427 using_gcc = (b == NULL ? 2 : BLOCK_GCC_COMPILED (b)); in call_function_by_hand()
433 struct_return = using_struct_return (values_type, using_gcc); in call_function_by_hand()
452 using_gcc, args, nargs, values_type, in call_function_by_hand()
460 using_gcc, args, nargs, values_type, in call_function_by_hand()
541 if (using_gcc == 0) in call_function_by_hand()
587 && DEPRECATED_REG_STRUCT_HAS_ADDR (using_gcc, arg_type)) in call_function_by_hand()