Searched refs:kfunction (Results 1 – 2 of 2) sorted by relevance
124 struct debug_function_type *kfunction; member1419 t->u.kfunction = f; in debug_make_function_type()2157 return type->u.kfunction->return_type; in debug_get_return_type()2183 *pvarargs = type->u.kfunction->varargs; in debug_get_parameter_types()2184 return type->u.kfunction->arg_types; in debug_get_parameter_types()2562 type->u.kfunction->return_type, in debug_write_type()2565 if (type->u.kfunction->arg_types == NULL) in debug_write_type()2569 for (is = 0; type->u.kfunction->arg_types[is] != NULL; is++) in debug_write_type()2571 type->u.kfunction->arg_types[is], in debug_write_type()2576 type->u.kfunction->varargs); in debug_write_type()[all …]
123 struct debug_function_type *kfunction; member1418 t->u.kfunction = f; in debug_make_function_type()2156 return type->u.kfunction->return_type; in debug_get_return_type()2182 *pvarargs = type->u.kfunction->varargs; in debug_get_parameter_types()2183 return type->u.kfunction->arg_types; in debug_get_parameter_types()2561 type->u.kfunction->return_type, in debug_write_type()2564 if (type->u.kfunction->arg_types == NULL) in debug_write_type()2568 for (is = 0; type->u.kfunction->arg_types[is] != NULL; is++) in debug_write_type()2570 type->u.kfunction->arg_types[is], in debug_write_type()2575 type->u.kfunction->varargs); in debug_write_type()[all …]