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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Ddebug.h136 typedef struct debug_type_s *debug_type; typedef in typeref:struct:debug_type_s
138 #define DEBUG_TYPE_NULL ((debug_type) NULL)
445 block. The debug_type argument is the type of the return value.
452 (void *, const char *, debug_type, bfd_boolean, bfd_vma);
457 (void *, const char *, debug_type, enum debug_parm_kind, bfd_vma);
502 (void *, const char *, debug_type, bfd_vma);
507 (void *, const char *, debug_type, bfd_vma);
512 (void *, const char *, debug_type, enum debug_var_kind, bfd_vma);
521 extern debug_type debug_make_indirect_type
522 (void *, debug_type *, cons
[all...]
H A Dstabs.c93 debug_type xcoff_types[XCOFF_TYPE_COUNT];
111 debug_type type;
127 debug_type types[STAB_TYPES_SLOTS];
143 debug_type slot;
145 debug_type type;
154 static debug_type parse_stab_type
155 (void *, struct stab_handle *, const char *, const char **, debug_type **);
157 static debug_type parse_stab_range_type
159 static debug_type parse_stab_sun_builtin_type (void *, const char **);
160 static debug_type parse_stab_sun_floating_typ
[all...]
H A Drdcoff.c74 debug_type slots[COFF_SLOTS];
84 debug_type basic[T_MAX + 1];
87 static debug_type *coff_get_slot (struct coff_types *, int);
88 static debug_type parse_coff_type
91 static debug_type parse_coff_base_type
94 static debug_type parse_coff_struct_type
97 static debug_type parse_coff_enum_type
102 void *, debug_type, bfd_boolean);
108 static debug_type *
137 static debug_type
[all...]
H A Ddebug.c106 debug_type pointer;
150 debug_type *slot;
174 debug_type vptrbase;
193 debug_type return_type;
195 debug_type *arg_types;
205 debug_type type;
217 debug_type element_type;
219 debug_type range_type;
233 debug_type type;
243 debug_type base_typ
[all...]
H A Dieee.c79 debug_type type;
81 debug_type *pslot;
102 debug_type type;
104 debug_type *pslot;
106 debug_type *arg_slots;
122 debug_type builtins[BUILTIN_TYPE_COUNT];
135 debug_type type;
137 debug_type slot;
141 debug_type *fslots;
267 static debug_type ieee_builtin_typ
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/debug_allocator/
H A Dcheck_deallocate_null.cc29 typedef std::allocator<value_type> debug_type; typedef
30 typedef __gnu_cxx::debug_allocator<debug_type> allocator_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/debug_allocator/
H A Dcheck_deallocate_null.cc30 typedef std::allocator<value_type> debug_type; typedef
31 typedef __gnu_cxx::debug_allocator<debug_type> allocator_type;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Das.c77 enum debug_info_type debug_type = DEBUG_UNSPECIFIED; variable in typeref:enum:debug_info_type
736 debug_type = md_debug_format_selector (& use_gnu_debug_info_extensions);
738 debug_type = DEBUG_DWARF2;
740 debug_type = DEBUG_STABS;
747 debug_type = DEBUG_STABS;
751 debug_type = DEBUG_DWARF2;
H A Ddwarf2dbg.c316 if (debug_type == DEBUG_DWARF2
335 if (debug_type == DEBUG_DWARF2)
368 if (!dwarf2_loc_directive_seen && debug_type != DEBUG_DWARF2)
409 if (files_in_use == 0 && debug_type != DEBUG_DWARF2)
555 debug_type = DEBUG_NONE;
698 debug_type = DEBUG_NONE;
H A Das.h415 extern enum debug_info_type debug_type;
H A Decoff.c2228 if (! symbol_table_frozen && debug_type == DEBUG_UNSPECIFIED)
2229 debug_type = DEBUG_ECOFF;
2231 else if (debug_type == DEBUG_UNSPECIFIED)
2232 debug_type = DEBUG_NONE;
2348 if (debug_type == DEBUG_UNSPECIFIED)
2349 debug_type = DEBUG_ECOFF;
3739 if (debug_type != DEBUG_ECOFF
H A Dread.c5779 if (debug_type == DEBUG_STABS)
5788 switch (debug_type)
5839 if (debug_type == DEBUG_STABS)
5892 if (debug_type == DEBUG_STABS)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-xtensa.c5299 if (debug_type == DEBUG_STABS)
5301 xt_saved_debug_type = debug_type;
5302 debug_type = DEBUG_NONE;
7073 if (debug_type == DEBUG_DWARF2 || loc_directive_seen)
11723 debug_type = xt_saved_debug_type;
H A Dtc-score.c5724 if (debug_type == DEBUG_STABS)
5831 if (debug_type == DEBUG_STABS)
H A Dtc-score7.c5587 if (debug_type == DEBUG_STABS)
5695 if (debug_type == DEBUG_STABS)
H A Dtc-ia64.c6713 if (debug_type == DEBUG_DWARF2
7018 if (debug_type == DEBUG_STABS)
H A Dtc-mips.c15164 if (debug_type == DEBUG_STABS)
15259 if (debug_type == DEBUG_STABS)

Completed in 484 milliseconds