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

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c122 struct debug_function_type *kfunction; member in union:debug_type::__anon269
1419 t->u.kfunction = f;
2157 return type->u.kfunction->return_type;
2183 *pvarargs = type->u.kfunction->varargs;
2184 return type->u.kfunction->arg_types;
2563 type->u.kfunction->return_type,
2566 if (type->u.kfunction->arg_types == NULL)
2570 for (is = 0; type->u.kfunction->arg_types[is] != NULL; is++)
2572 type->u.kfunction->arg_types[is],
2577 type->u.kfunction
[all...]

Completed in 114 milliseconds