Home
last modified time | relevance | path

Searched refs:debug_method_variant (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Ddebug.h160 typedef struct debug_method_variant *debug_method_variant; typedef
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
Ddebug.c324 struct debug_method_variant **variants;
330 struct debug_method_variant struct
1756 debug_method_variant *variants) in debug_make_method()
1778 debug_method_variant
1785 struct debug_method_variant *m; in debug_make_method_variant()
1787 m = (struct debug_method_variant *) xmalloc (sizeof *m); in debug_make_method_variant()
1805 debug_method_variant
1811 struct debug_method_variant *m; in debug_make_static_method_variant()
1813 m = (struct debug_method_variant *) xmalloc (sizeof *m); in debug_make_static_method_variant()
2767 struct debug_method_variant *v; in debug_write_class_type()
[all …]
Dstabs.c2519 debug_method_variant *variants; in parse_stab_members()
2555 variants = ((debug_method_variant *) in parse_stab_members()
2759 variants = ((debug_method_variant *) in parse_stab_members()
Dieee.c2541 debug_method_variant *variants; in ieee_read_cxx_class()
2895 debug_method_variant mv; in ieee_read_cxx_class()
3053 meth->variants = ((debug_method_variant *) in ieee_read_cxx_class()
DChangeLog-91971590 (struct debug_method_variant): Rename argtypes to physname.
/openbsd/src/gnu/usr.bin/binutils/binutils/
Ddebug.h160 typedef struct debug_method_variant *debug_method_variant; typedef
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
Ddebug.c323 struct debug_method_variant **variants;
329 struct debug_method_variant struct
1755 debug_method_variant *variants) in debug_make_method()
1777 debug_method_variant
1784 struct debug_method_variant *m; in debug_make_method_variant()
1786 m = (struct debug_method_variant *) xmalloc (sizeof *m); in debug_make_method_variant()
1804 debug_method_variant
1810 struct debug_method_variant *m; in debug_make_static_method_variant()
1812 m = (struct debug_method_variant *) xmalloc (sizeof *m); in debug_make_static_method_variant()
2766 struct debug_method_variant *v; in debug_write_class_type()
[all …]
Dstabs.c2517 debug_method_variant *variants; in parse_stab_members()
2553 variants = ((debug_method_variant *) in parse_stab_members()
2757 variants = ((debug_method_variant *) in parse_stab_members()
Dieee.c2540 debug_method_variant *variants; in ieee_read_cxx_class()
2894 debug_method_variant mv; in ieee_read_cxx_class()
3052 meth->variants = ((debug_method_variant *) in ieee_read_cxx_class()
DChangeLog-91971590 (struct debug_method_variant): Rename argtypes to physname.