Searched refs:debug_method (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | debug.h | 153 typedef struct debug_method *debug_method; typedef 155 #define DEBUG_METHOD_NULL ((debug_method) NULL) 562 debug_method *, debug_type, bfd_boolean); 675 extern debug_method debug_make_method
|
H A D | debug.c | 172 debug_method *methods; 319 struct debug_method struct 1314 debug_method *methods, debug_type vptrbase, in debug_make_object_type() 1754 debug_method 1758 struct debug_method *m; in debug_make_method() 1760 m = (struct debug_method *) xmalloc (sizeof *m); in debug_make_method() 2759 struct debug_method *m; in debug_write_class_type() 3322 struct debug_method **pm1, **pm2; in debug_class_type_samep() 3328 struct debug_method *m1, *m2; in debug_class_type_samep()
|
H A D | stabs.c | 178 debug_method **); 2016 debug_method *methods; in parse_stab_struct_type() 2500 const int *typenums, debug_method **retp) in parse_stab_members() 2503 debug_method *methods; in parse_stab_members() 2791 methods = ((debug_method *) in parse_stab_members()
|
H A D | ieee.c | 2548 debug_method *dmethods; in ieee_read_cxx_class() 3154 dmethods = ((debug_method *) in ieee_read_cxx_class()
|
/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | debug.h | 153 typedef struct debug_method *debug_method; typedef 155 #define DEBUG_METHOD_NULL ((debug_method) NULL) 562 debug_method *, debug_type, bfd_boolean); 675 extern debug_method debug_make_method
|
H A D | debug.c | 171 debug_method *methods; 318 struct debug_method struct 1313 debug_method *methods, debug_type vptrbase, in debug_make_object_type() 1753 debug_method 1757 struct debug_method *m; in debug_make_method() 1759 m = (struct debug_method *) xmalloc (sizeof *m); in debug_make_method() 2758 struct debug_method *m; in debug_write_class_type() 3321 struct debug_method **pm1, **pm2; in debug_class_type_samep() 3327 struct debug_method *m1, *m2; in debug_class_type_samep()
|
H A D | stabs.c | 178 debug_method **); 2014 debug_method *methods; in parse_stab_struct_type() 2498 const int *typenums, debug_method **retp) in parse_stab_members() 2501 debug_method *methods; in parse_stab_members() 2789 methods = ((debug_method *) in parse_stab_members()
|
H A D | ieee.c | 2547 debug_method *dmethods; in ieee_read_cxx_class() 3153 dmethods = ((debug_method *) in ieee_read_cxx_class()
|