Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Ddebug.c135 struct debug_method_type *kmethod; member
1594 t->u.kmethod = m; in debug_make_method_type()
2156 return type->u.kmethod->return_type; in debug_get_return_type()
2183 *pvarargs = type->u.kmethod->varargs; in debug_get_parameter_types()
2184 return type->u.kmethod->arg_types; in debug_get_parameter_types()
2610 type->u.kmethod->return_type, in debug_write_type()
2613 if (type->u.kmethod->arg_types == NULL) in debug_write_type()
2617 for (is = 0; type->u.kmethod->arg_types[is] != NULL; is++) in debug_write_type()
2619 type->u.kmethod->arg_types[is], in debug_write_type()
2623 if (type->u.kmethod->domain_type != NULL) in debug_write_type()
[all …]