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

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c64 /* A list used to avoid recursion during debug_type_samep. */
531 /* During debug_type_samep, a linked list of these structures is kept
586 static bfd_boolean debug_type_samep
2973 if (debug_type_samep (info, l->type, type))
3001 debug_type_samep (struct debug_handle *info, struct debug_type *t1,
3034 return debug_type_samep (info, t1->u.knamed->type, t2);
3037 return debug_type_samep (info, t1, t2->u.knamed->type);
3124 ret = debug_type_samep (info, t1->u.kpointer, t2->u.kpointer);
3129 || ! debug_type_samep (info, t1->u.kfunction->return_type,
3144 if (! debug_type_samep (inf
2998 debug_type_samep (struct debug_handle *info, struct debug_type *t1, function
[all...]

Completed in 144 milliseconds