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

12

/openbsd-current/gnu/usr.bin/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.c99 struct debug_type struct
106 debug_type pointer;
121 struct debug_type *kpointer;
125 struct debug_type *kreference;
137 struct debug_type *kconst;
139 struct debug_type *kvolatile;
150 debug_type *slot;
174 debug_type vptrbase;
193 debug_type return_type;
195 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.c70 debug_type type;
72 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...]
/openbsd-current/gnu/usr.bin/binutils-2.17/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...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Das.c87 enum debug_info_type debug_type = DEBUG_UNSPECIFIED; variable in typeref:enum:debug_info_type
686 debug_type = md_debug_format_selector (& use_gnu_debug_info_extensions);
688 debug_type = DEBUG_DWARF2;
690 debug_type = DEBUG_STABS;
697 debug_type = DEBUG_STABS;
701 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.c5279 if (debug_type == DEBUG_STABS)
5288 switch (debug_type)
5339 if (debug_type == DEBUG_STABS)
5386 if (debug_type == DEBUG_STABS)
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Ddwarf2dbg.c271 if (debug_type == DEBUG_DWARF2
297 if (debug_type == DEBUG_DWARF2)
340 if (debug_type != DEBUG_DWARF2)
343 else if (debug_type != DEBUG_DWARF2)
1477 && debug_type != DEBUG_DWARF2
1505 if (all_segs != NULL && debug_type == DEBUG_DWARF2)
H A Das.c89 enum debug_info_type debug_type = DEBUG_UNSPECIFIED; variable in typeref:enum:debug_info_type
656 debug_type = DEBUG_STABS;
660 debug_type = DEBUG_DWARF2;
H A Das.h498 extern enum debug_info_type debug_type;
H A Decoff.c2217 if (! symbol_table_frozen && debug_type == DEBUG_UNSPECIFIED)
2218 debug_type = DEBUG_ECOFF;
2220 else if (debug_type == DEBUG_UNSPECIFIED)
2221 debug_type = DEBUG_NONE;
2337 if (debug_type == DEBUG_UNSPECIFIED)
2338 debug_type = DEBUG_ECOFF;
3730 if (debug_type != DEBUG_ECOFF
H A Dread.c5074 if (debug_type == DEBUG_STABS)
5083 switch (debug_type)
5134 if (debug_type == DEBUG_STABS)
5184 if (debug_type == DEBUG_STABS)
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dtoplev.c950 const enum debug_info_type debug_type;
4261 enum debug_info_type type = da->debug_type;
4318 && da->debug_type != NO_DEBUG
4326 if (type_explicitly_set_p && da->debug_type == NO_DEBUG)
4332 type_explicitly_set_p = da->debug_type != NO_DEBUG;
947 const enum debug_info_type debug_type; member in struct:__anon7195
/openbsd-current/gnu/usr.bin/binutils-2.17/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;
H A Dtc-ia64.c7025 if (debug_type == DEBUG_DWARF2
7334 if (debug_type == DEBUG_STABS)
H A Dtc-mips.c14173 if (debug_type == DEBUG_STABS)
14274 if (debug_type == DEBUG_STABS)
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-mips.c14057 if (debug_type == DEBUG_STABS)
14143 if (debug_type == DEBUG_STABS)

Completed in 407 milliseconds

12