Searched refs:debug_type_samep (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/binutils-2.34/binutils/ |
| HD | debug.c | 587 static bfd_boolean debug_type_samep 2970 if (debug_type_samep (info, l->type, type)) in debug_set_class_id() 2998 debug_type_samep (struct debug_handle *info, struct debug_type_s *t1, in debug_type_samep() function 3031 return debug_type_samep (info, t1->u.knamed->type, t2); in debug_type_samep() 3034 return debug_type_samep (info, t1, t2->u.knamed->type); in debug_type_samep() 3121 ret = debug_type_samep (info, t1->u.kpointer, t2->u.kpointer); in debug_type_samep() 3126 || ! debug_type_samep (info, t1->u.kfunction->return_type, in debug_type_samep() 3141 if (! debug_type_samep (info, *a1, *a2)) in debug_type_samep() 3151 ret = debug_type_samep (info, t1->u.kreference, t2->u.kreference); in debug_type_samep() 3157 && debug_type_samep (info, t1->u.krange->type, in debug_type_samep() [all …]
|
| /dragonfly/contrib/binutils-2.27/binutils/ |
| HD | debug.c | 587 static bfd_boolean debug_type_samep 2969 if (debug_type_samep (info, l->type, type)) in debug_set_class_id() 2997 debug_type_samep (struct debug_handle *info, struct debug_type_s *t1, in debug_type_samep() function 3030 return debug_type_samep (info, t1->u.knamed->type, t2); in debug_type_samep() 3033 return debug_type_samep (info, t1, t2->u.knamed->type); in debug_type_samep() 3120 ret = debug_type_samep (info, t1->u.kpointer, t2->u.kpointer); in debug_type_samep() 3125 || ! debug_type_samep (info, t1->u.kfunction->return_type, in debug_type_samep() 3140 if (! debug_type_samep (info, *a1, *a2)) in debug_type_samep() 3150 ret = debug_type_samep (info, t1->u.kreference, t2->u.kreference); in debug_type_samep() 3156 && debug_type_samep (info, t1->u.krange->type, in debug_type_samep() [all …]
|