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

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c134 struct debug_method_type *kmethod; member in union:debug_type::__anon269
1597 t->u.kmethod = m;
2159 return type->u.kmethod->return_type;
2186 *pvarargs = type->u.kmethod->varargs;
2187 return type->u.kmethod->arg_types;
2614 type->u.kmethod->return_type,
2617 if (type->u.kmethod->arg_types == NULL)
2621 for (is = 0; type->u.kmethod->arg_types[is] != NULL; is++)
2623 type->u.kmethod->arg_types[is],
2627 if (type->u.kmethod
[all...]

Completed in 182 milliseconds