Searched refs:kfunction (Results 1 – 1 of 1) sorted by relevance
123 struct debug_function_type *kfunction; member1416 t->u.kfunction = f; in debug_make_function_type()2154 return type->u.kfunction->return_type; in debug_get_return_type()2180 *pvarargs = type->u.kfunction->varargs; in debug_get_parameter_types()2181 return type->u.kfunction->arg_types; in debug_get_parameter_types()2559 type->u.kfunction->return_type, in debug_write_type()2562 if (type->u.kfunction->arg_types == NULL) in debug_write_type()2566 for (is = 0; type->u.kfunction->arg_types[is] != NULL; is++) in debug_write_type()2568 type->u.kfunction->arg_types[is], in debug_write_type()2573 type->u.kfunction->varargs); in debug_write_type()[all …]