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

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.h160 typedef struct debug_method_variant *debug_method_variant; typedef in typeref:struct:debug_method_variant
162 #define DEBUG_METHOD_VARIANT_NULL ((debug_method_variant) NULL)
676 (void *, const char *, debug_method_variant *);
687 extern debug_method_variant debug_make_method_variant
695 extern debug_method_variant debug_make_static_method_variant
H A Ddebug.c322 struct debug_method_variant **variants;
328 struct debug_method_variant struct
1756 debug_method_variant *variants)
1778 debug_method_variant
1785 struct debug_method_variant *m;
1787 m = (struct debug_method_variant *) xmalloc (sizeof *m);
1805 debug_method_variant
1811 struct debug_method_variant *m;
1813 m = (struct debug_method_variant *) xmalloc (sizeof *m);
2768 struct debug_method_variant *
[all...]
H A Dstabs.c2517 debug_method_variant *variants;
2553 variants = ((debug_method_variant *)
2757 variants = ((debug_method_variant *)
H A Dieee.c2539 debug_method_variant *variants;
2893 debug_method_variant mv;
3051 meth->variants = ((debug_method_variant *)

Completed in 200 milliseconds