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

12

/haiku-buildtools/legacy/binutils/binutils/
H A Ddebug.h135 typedef struct debug_type *debug_type; typedef in typeref:struct:debug_type
137 #define DEBUG_TYPE_NULL ((debug_type) NULL)
444 block. The debug_type argument is the type of the return value.
451 (void *, const char *, debug_type, bfd_boolean, bfd_vma);
456 (void *, const char *, debug_type, enum debug_parm_kind, bfd_vma);
501 (void *, const char *, debug_type, bfd_vma);
506 (void *, const char *, debug_type, bfd_vma);
511 (void *, const char *, debug_type, enum debug_var_kind, bfd_vma);
520 extern debug_type debug_make_indirect_typ
[all...]
H A Ddebug.c100 struct debug_type struct
107 debug_type pointer;
122 struct debug_type *kpointer;
126 struct debug_type *kreference;
138 struct debug_type *kconst;
140 struct debug_type *kvolatile;
151 debug_type *slot;
175 debug_type vptrbase;
194 debug_type return_type;
196 debug_type *arg_type
[all...]
H A Dstabs.c95 debug_type xcoff_types[XCOFF_TYPE_COUNT];
113 debug_type type;
129 debug_type types[STAB_TYPES_SLOTS];
145 debug_type slot;
147 debug_type type;
156 static debug_type parse_stab_type
157 (void *, struct stab_handle *, const char *, const char **, debug_type **);
159 static debug_type parse_stab_range_type
161 static debug_type parse_stab_sun_builtin_type (void *, const char **);
162 static debug_type parse_stab_sun_floating_typ
[all...]
H A Drdcoff.c72 debug_type slots[COFF_SLOTS];
82 debug_type basic[T_MAX + 1];
85 static debug_type *coff_get_slot (struct coff_types *, int);
86 static debug_type parse_coff_type
89 static debug_type parse_coff_base_type
92 static debug_type parse_coff_struct_type
95 static debug_type parse_coff_enum_type
100 void *, debug_type, bfd_boolean);
106 static debug_type *
135 static debug_type
[all...]
H A Dieee.c71 debug_type type;
73 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...]
/haiku-buildtools/binutils/binutils/
H A Ddebug.h135 typedef struct debug_type_s *debug_type; typedef in typeref:struct:debug_type_s
137 #define DEBUG_TYPE_NULL ((debug_type) NULL)
444 block. The debug_type argument is the type of the return value.
451 (void *, const char *, debug_type, bfd_boolean, bfd_vma);
456 (void *, const char *, debug_type, enum debug_parm_kind, bfd_vma);
501 (void *, const char *, debug_type, bfd_vma);
506 (void *, const char *, debug_type, bfd_vma);
511 (void *, const char *, debug_type, enum debug_var_kind, bfd_vma);
520 extern debug_type debug_make_indirect_type
521 (void *, debug_type *, cons
[all...]
H A Dstabs.c92 debug_type xcoff_types[XCOFF_TYPE_COUNT];
110 debug_type type;
126 debug_type types[STAB_TYPES_SLOTS];
142 debug_type slot;
144 debug_type type;
153 static debug_type parse_stab_type
154 (void *, struct stab_handle *, const char *, const char **, debug_type **);
156 static debug_type parse_stab_range_type
158 static debug_type parse_stab_sun_builtin_type (void *, const char **);
159 static debug_type parse_stab_sun_floating_typ
[all...]
H A Drdcoff.c73 debug_type slots[COFF_SLOTS];
83 debug_type basic[T_MAX + 1];
86 static debug_type *coff_get_slot (struct coff_types *, long);
87 static debug_type parse_coff_type
90 static debug_type parse_coff_base_type
93 static debug_type parse_coff_struct_type
96 static debug_type parse_coff_enum_type
101 void *, debug_type, bfd_boolean);
107 static debug_type *
141 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.c78 debug_type type;
80 debug_type *pslot;
101 debug_type type;
103 debug_type *pslot;
105 debug_type *arg_slots;
121 debug_type builtins[BUILTIN_TYPE_COUNT];
134 debug_type type;
136 debug_type slot;
140 debug_type *fslots;
266 static debug_type ieee_builtin_typ
[all...]
/haiku-buildtools/gcc/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;
/haiku-buildtools/legacy/binutils/gas/
H A Das.c93 enum debug_info_type debug_type = DEBUG_UNSPECIFIED; variable in typeref:enum:debug_info_type
706 debug_type = md_debug_format_selector (& use_gnu_debug_info_extensions);
708 debug_type = DEBUG_DWARF2;
710 debug_type = DEBUG_STABS;
717 debug_type = DEBUG_STABS;
721 debug_type = DEBUG_DWARF2;
H A Ddwarf2dbg.c290 if (debug_type == DEBUG_DWARF2
309 if (debug_type == DEBUG_DWARF2)
352 if (debug_type != DEBUG_DWARF2)
355 else if (debug_type != DEBUG_DWARF2)
382 if (debug_type == DEBUG_DWARF2)
H A Das.h462 extern enum debug_info_type debug_type;
H A Decoff.c2218 if (! symbol_table_frozen && debug_type == DEBUG_UNSPECIFIED)
2219 debug_type = DEBUG_ECOFF;
2221 else if (debug_type == DEBUG_UNSPECIFIED)
2222 debug_type = DEBUG_NONE;
2338 if (debug_type == DEBUG_UNSPECIFIED)
2339 debug_type = DEBUG_ECOFF;
3729 if (debug_type != DEBUG_ECOFF
H A Dread.c5262 if (debug_type == DEBUG_STABS)
5271 switch (debug_type)
5322 if (debug_type == DEBUG_STABS)
5369 if (debug_type == DEBUG_STABS)
/haiku-buildtools/binutils/gas/
H A Das.c74 enum debug_info_type debug_type = DEBUG_UNSPECIFIED; variable in typeref:enum:debug_info_type
795 debug_type = md_debug_format_selector (& use_gnu_debug_info_extensions);
797 debug_type = DEBUG_DWARF2;
799 debug_type = DEBUG_STABS;
806 debug_type = DEBUG_STABS;
810 debug_type = DEBUG_DWARF2;
H A Ddwarf2dbg.c323 if (debug_type == DEBUG_DWARF2
352 if (debug_type == DEBUG_DWARF2)
384 if (!dwarf2_loc_directive_seen && debug_type != DEBUG_DWARF2)
452 if (files_in_use == 0 && debug_type != DEBUG_DWARF2)
594 debug_type = DEBUG_NONE;
737 debug_type = DEBUG_NONE;
H A Das.h407 extern enum debug_info_type debug_type;
H A Decoff.c2222 if (! symbol_table_frozen && debug_type == DEBUG_UNSPECIFIED)
2223 debug_type = DEBUG_ECOFF;
2225 else if (debug_type == DEBUG_UNSPECIFIED)
2226 debug_type = DEBUG_NONE;
2342 if (debug_type == DEBUG_UNSPECIFIED)
2343 debug_type = DEBUG_ECOFF;
3723 if (debug_type != DEBUG_ECOFF
H A Dread.c6052 if (debug_type == DEBUG_STABS)
6061 switch (debug_type)
6112 if (debug_type == DEBUG_STABS)
6163 if (debug_type == DEBUG_STABS)
/haiku-buildtools/legacy/gcc/gcc/
H A Dtoplev.c793 enum debug_info_type debug_type; member in struct:__anon3451
5274 enum debug_info_type type = da->debug_type;
5331 && da->debug_type != NO_DEBUG
5340 && da->debug_type == NO_DEBUG)
5345 type_explicitly_set_p = da->debug_type != NO_DEBUG;
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dtasking.c558 tree debug_type = lookup_name (
561 if (debug_type == NULL_TREE)
565 struct_type_node = TREE_TYPE (debug_type);
551 tree debug_type = lookup_name ( local
/haiku-buildtools/binutils/gas/config/
H A Dtc-xtensa.c5399 if (debug_type == DEBUG_STABS)
5401 xt_saved_debug_type = debug_type;
5402 debug_type = DEBUG_NONE;
7169 if (debug_type == DEBUG_DWARF2 || loc_directive_seen)
12848 debug_type = xt_saved_debug_type;
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-xtensa.c5104 if (debug_type == DEBUG_STABS)
5106 xt_saved_debug_type = debug_type;
5107 debug_type = DEBUG_NONE;
11355 debug_type = xt_saved_debug_type;

Completed in 416 milliseconds

12