Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/binutils/
HDdebug.c134 struct debug_method_type *kmethod; member
1595 t->u.kmethod = m; in debug_make_method_type()
2157 return type->u.kmethod->return_type; in debug_get_return_type()
2184 *pvarargs = type->u.kmethod->varargs; in debug_get_parameter_types()
2185 return type->u.kmethod->arg_types; in debug_get_parameter_types()
2611 type->u.kmethod->return_type, in debug_write_type()
2614 if (type->u.kmethod->arg_types == NULL) in debug_write_type()
2618 for (is = 0; type->u.kmethod->arg_types[is] != NULL; is++) in debug_write_type()
2620 type->u.kmethod->arg_types[is], in debug_write_type()
2624 if (type->u.kmethod->domain_type != NULL) in debug_write_type()
[all …]