/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | debug.h | 135 typedef struct debug_type *debug_type; typedef 572 extern debug_type debug_make_pointer_type (void *, debug_type); 581 (void *, debug_type, debug_type *, bfd_boolean); 585 extern debug_type debug_make_reference_type (void *, debug_type); 600 (void *, debug_type, debug_type, bfd_signed_vma, bfd_signed_vma, 614 extern debug_type debug_make_offset_type (void *, debug_type, debug_type); 627 (void *, debug_type, debug_type, debug_type *, bfd_boolean); 631 extern debug_type debug_make_const_type (void *, debug_type); 635 extern debug_type debug_make_volatile_type (void *, debug_type); 735 extern debug_type debug_get_return_type (void *, debug_type); [all …]
|
H A D | stabs.c | 113 debug_type type; 145 debug_type slot; 147 debug_type type; 1124 static debug_type 1633 static debug_type 1817 static debug_type 1888 static debug_type 1924 static debug_type 2004 static debug_type 2812 static debug_type [all …]
|
H A D | debug.c | 1193 debug_type 1217 debug_type 1228 debug_type 1247 debug_type 1257 debug_type 1267 debug_type 1279 debug_type 1310 debug_type 1345 debug_type 1370 debug_type [all …]
|
H A D | rdcoff.c | 105 static debug_type * 134 static debug_type 140 debug_type type; in parse_coff_type() 205 debug_type *slot; in parse_coff_type() 231 static debug_type 236 debug_type ret; in parse_coff_base_type() 239 debug_type *slot; in parse_coff_base_type() 371 static debug_type 447 debug_type ftype; in parse_coff_struct_type() 478 static debug_type [all …]
|
H A D | ieee.c | 70 debug_type type; 72 debug_type *pslot; 101 debug_type type; 103 debug_type *pslot; 134 debug_type type; 136 debug_type slot; 140 debug_type *fslots; 586 static debug_type 591 debug_type type; in ieee_builtin_type() 1636 debug_type t; in parse_ieee_ty() [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | debug.h | 135 typedef struct debug_type *debug_type; typedef 572 extern debug_type debug_make_pointer_type (void *, debug_type); 581 (void *, debug_type, debug_type *, bfd_boolean); 585 extern debug_type debug_make_reference_type (void *, debug_type); 600 (void *, debug_type, debug_type, bfd_signed_vma, bfd_signed_vma, 614 extern debug_type debug_make_offset_type (void *, debug_type, debug_type); 627 (void *, debug_type, debug_type, debug_type *, bfd_boolean); 631 extern debug_type debug_make_const_type (void *, debug_type); 635 extern debug_type debug_make_volatile_type (void *, debug_type); 735 extern debug_type debug_get_return_type (void *, debug_type); [all …]
|
H A D | stabs.c | 113 debug_type type; 145 debug_type slot; 147 debug_type type; 1126 static debug_type 1635 static debug_type 1819 static debug_type 1890 static debug_type 1926 static debug_type 2006 static debug_type 5176 debug_type dt; in stab_demangle_v3_arg() [all …]
|
H A D | debug.c | 1194 debug_type 1218 debug_type 1229 debug_type 1248 debug_type 1258 debug_type 1268 debug_type 1280 debug_type 1311 debug_type 1346 debug_type 1371 debug_type [all …]
|
H A D | rdcoff.c | 105 static debug_type * 134 static debug_type 140 debug_type type; in parse_coff_type() 205 debug_type *slot; in parse_coff_type() 231 static debug_type 236 debug_type ret; in parse_coff_base_type() 239 debug_type *slot; in parse_coff_base_type() 371 static debug_type 447 debug_type ftype; in parse_coff_struct_type() 478 static debug_type [all …]
|
H A D | ieee.c | 71 debug_type type; 73 debug_type *pslot; 102 debug_type type; 104 debug_type *pslot; 135 debug_type type; 137 debug_type slot; 141 debug_type *fslots; 587 static debug_type 592 debug_type type; in ieee_builtin_type() 1637 debug_type t; in parse_ieee_ty() [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | as.c | 87 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 D | dwarf2dbg.c | 288 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 D | as.h | 458 extern enum debug_info_type debug_type;
|
H A D | ecoff.c | 2204 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 D | read.c | 5262 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 D | ChangeLog-0001 | 1948 * 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/gnu/usr.bin/binutils/gas/ |
H A D | dwarf2dbg.c | 269 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 D | as.c | 89 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 D | as.h | 494 extern enum debug_info_type debug_type;
|
H A D | ecoff.c | 2203 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 D | read.c | 5057 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 D | ChangeLog-0001 | 1948 * 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 D | ChangeLog-9697 | 1018 (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/gnu/usr.bin/gcc/gcc/ |
H A D | toplev.c | 947 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/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-xtensa.c | 5095 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()
|