Home
last modified time | relevance | path

Searched refs:debug_type (Results 1 – 25 of 36) sorted by relevance

12

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddebug.h135 typedef struct debug_type *debug_type; typedef
137 #define DEBUG_TYPE_NULL ((debug_type) NULL)
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 *, const char *);
525 extern debug_type debug_make_void_type (void *);
[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_type (void *, const char **);
[all …]
H A Ddebug.c100 struct debug_type struct
107 debug_type pointer; argument
122 struct debug_type *kpointer; argument
126 struct debug_type *kreference;
138 struct debug_type *kconst;
140 struct debug_type *kvolatile;
151 debug_type *slot; argument
175 debug_type vptrbase;
194 debug_type return_type;
196 debug_type *arg_types;
[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);
105 static debug_type *
134 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_type
[all …]
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Ddebug.h135 typedef struct debug_type *debug_type; typedef
137 #define DEBUG_TYPE_NULL ((debug_type) NULL)
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 *, const char *);
525 extern debug_type debug_make_void_type (void *);
[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_type (void *, const char **);
[all …]
H A Ddebug.c99 struct debug_type struct
106 debug_type pointer; argument
121 struct debug_type *kpointer; argument
125 struct debug_type *kreference;
137 struct debug_type *kconst;
139 struct debug_type *kvolatile;
150 debug_type *slot; argument
174 debug_type vptrbase;
193 debug_type return_type;
195 debug_type *arg_types;
[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);
105 static debug_type *
134 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_type
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Das.c87 enum debug_info_type debug_type = DEBUG_UNSPECIFIED; variable
685 debug_type = md_debug_format_selector (& use_gnu_debug_info_extensions); in parse_args()
687 debug_type = DEBUG_DWARF2; in parse_args()
689 debug_type = DEBUG_STABS; in parse_args()
696 debug_type = DEBUG_STABS; in parse_args()
700 debug_type = DEBUG_DWARF2; in parse_args()
H A Ddwarf2dbg.c288 if (debug_type == DEBUG_DWARF2 in dwarf2_gen_line_info()
307 if (debug_type == DEBUG_DWARF2) in dwarf2_where()
350 if (debug_type != DEBUG_DWARF2) in dwarf2_emit_insn()
353 else if (debug_type != DEBUG_DWARF2) in dwarf2_emit_insn()
380 if (debug_type == DEBUG_DWARF2) in dwarf2_emit_label()
H A Das.h458 extern enum debug_info_type debug_type;
H A Decoff.c2204 if (! symbol_table_frozen && debug_type == DEBUG_UNSPECIFIED) in add_file()
2205 debug_type = DEBUG_ECOFF; in add_file()
2207 else if (debug_type == DEBUG_UNSPECIFIED) in add_file()
2208 debug_type = DEBUG_NONE; in add_file()
2324 if (debug_type == DEBUG_UNSPECIFIED) in ecoff_new_file()
2325 debug_type = DEBUG_ECOFF; in ecoff_new_file()
3697 if (debug_type != DEBUG_ECOFF in ecoff_build_lineno()
H A Dread.c5262 if (debug_type == DEBUG_STABS) in generate_file_debug()
5271 switch (debug_type) in generate_lineno_debug()
5322 if (debug_type == DEBUG_STABS) in do_s_func()
5369 if (debug_type == DEBUG_STABS) in do_s_func()
H A DChangeLog-00011948 * ecoff.c (add_file): Only set debug_type to DEBUG_NONE if it is
4229 * as.c (debug_type): Init to DEBUG_UNSPECIFIED.
4231 * as.h (debug_type): Clarify documentation of the meaning
4237 (dwarf2_directive_file): Don't set debug_type.
4257 don't protect with debug_type.
4280 dwarf2 bits with debug_type.
5296 * config/tc-sh.c (md_assemble): Changed so debug_type
H A DChangeLog-96971018 (debug_type): Declare.
1019 * as.c (debug_type): New global variable.
1024 Change checks of generate_asm_lineno to check debug_type. Only
1029 * ecoff.c (add_file): Use debug_type, not generate_asm_lineno.
1032 (ecoff_new_file): Set debug_type, not generate_asm_lineno.
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Ddwarf2dbg.c269 if (debug_type == DEBUG_DWARF2 in dwarf2_gen_line_info()
295 if (debug_type == DEBUG_DWARF2) in dwarf2_where()
338 if (debug_type != DEBUG_DWARF2) in dwarf2_emit_insn()
341 else if (debug_type != DEBUG_DWARF2) in dwarf2_emit_insn()
1473 && debug_type != DEBUG_DWARF2 in dwarf2_finish()
1501 if (all_segs != NULL && debug_type == DEBUG_DWARF2) in dwarf2_finish()
H A Das.c89 enum debug_info_type debug_type = DEBUG_UNSPECIFIED; variable
655 debug_type = DEBUG_STABS; in parse_args()
659 debug_type = DEBUG_DWARF2; in parse_args()
H A Das.h494 extern enum debug_info_type debug_type;
H A Decoff.c2203 if (! symbol_table_frozen && debug_type == DEBUG_UNSPECIFIED) in add_file()
2204 debug_type = DEBUG_ECOFF; in add_file()
2206 else if (debug_type == DEBUG_UNSPECIFIED) in add_file()
2207 debug_type = DEBUG_NONE; in add_file()
2323 if (debug_type == DEBUG_UNSPECIFIED) in ecoff_new_file()
2324 debug_type = DEBUG_ECOFF; in ecoff_new_file()
3698 if (debug_type != DEBUG_ECOFF in ecoff_build_lineno()
H A Dread.c5057 if (debug_type == DEBUG_STABS) in generate_file_debug()
5066 switch (debug_type) in generate_lineno_debug()
5117 if (debug_type == DEBUG_STABS) in do_s_func()
5167 if (debug_type == DEBUG_STABS) in do_s_func()
H A DChangeLog-00011948 * ecoff.c (add_file): Only set debug_type to DEBUG_NONE if it is
4229 * as.c (debug_type): Init to DEBUG_UNSPECIFIED.
4231 * as.h (debug_type): Clarify documentation of the meaning
4237 (dwarf2_directive_file): Don't set debug_type.
4257 don't protect with debug_type.
4280 dwarf2 bits with debug_type.
5296 * config/tc-sh.c (md_assemble): Changed so debug_type
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtoplev.c947 const enum debug_info_type debug_type; member
4250 enum debug_info_type type = da->debug_type;
4307 && da->debug_type != NO_DEBUG
4315 if (type_explicitly_set_p && da->debug_type == NO_DEBUG)
4321 type_explicitly_set_p = da->debug_type != NO_DEBUG;
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c5095 if (debug_type == DEBUG_STABS) in xtensa_unrecognized_line()
5097 xt_saved_debug_type = debug_type; in xtensa_unrecognized_line()
5098 debug_type = DEBUG_NONE; in xtensa_unrecognized_line()
11333 debug_type = xt_saved_debug_type; in xg_clear_vinsn()

12