Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddebug.c135 struct debug_method_type *kmethod; member
1594 t->u.kmethod = m; in debug_make_method_type()
2162 return type->u.kmethod->return_type; in debug_get_return_type()
2189 *pvarargs = type->u.kmethod->varargs; in debug_get_parameter_types()
2190 return type->u.kmethod->arg_types; in debug_get_parameter_types()
2620 type->u.kmethod->return_type, in debug_write_type()
2623 if (type->u.kmethod->arg_types == NULL) in debug_write_type()
2627 for (is = 0; type->u.kmethod->arg_types[is] != NULL; is++) in debug_write_type()
2629 type->u.kmethod->arg_types[is], in debug_write_type()
2633 if (type->u.kmethod->domain_type != NULL) in debug_write_type()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddebug.c140 struct debug_method_type *kmethod; member
1592 t->u.kmethod = m; in debug_make_method_type()
2158 return type->u.kmethod->return_type; in debug_get_return_type()
2185 *pvarargs = type->u.kmethod->varargs; in debug_get_parameter_types()
2186 return type->u.kmethod->arg_types; in debug_get_parameter_types()
2620 type->u.kmethod->return_type, in debug_write_type()
2623 if (type->u.kmethod->arg_types == NULL) in debug_write_type()
2627 for (is = 0; type->u.kmethod->arg_types[is] != NULL; is++) in debug_write_type()
2629 type->u.kmethod->arg_types[is], in debug_write_type()
2633 if (type->u.kmethod->domain_type != NULL) in debug_write_type()
[all …]