/dragonfly/contrib/binutils-2.34/binutils/ |
H A D | debug.h | 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); 706 extern debug_type debug_tag_type (void *, const char *, debug_type); 735 extern debug_type debug_get_return_type (void *, debug_type); [all …]
|
H A D | stabs.c | 110 debug_type type; 142 debug_type slot; 144 debug_type type; 1165 static debug_type 1692 static debug_type 1883 static debug_type 1958 static debug_type 1996 static debug_type 2095 static debug_type 5336 debug_type dt; in stab_demangle_v3_arg() [all …]
|
H A D | debug.c | 1191 debug_type 1215 debug_type 1226 debug_type 1245 debug_type 1255 debug_type 1265 debug_type 1277 debug_type 1308 debug_type 1343 debug_type 1368 debug_type [all …]
|
H A D | rdcoff.c | 106 static debug_type * 140 static debug_type 146 debug_type type; in parse_coff_type() 211 debug_type *slot; in parse_coff_type() 237 static debug_type 242 debug_type ret; in parse_coff_base_type() 245 debug_type *slot; in parse_coff_base_type() 377 static debug_type 455 debug_type ftype; in parse_coff_struct_type() 486 static debug_type [all …]
|
/dragonfly/contrib/binutils-2.27/binutils/ |
H A D | debug.h | 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); 706 extern debug_type debug_tag_type (void *, const char *, debug_type); 735 extern debug_type debug_get_return_type (void *, debug_type); [all …]
|
H A D | stabs.c | 110 debug_type type; 142 debug_type slot; 144 debug_type type; 1140 static debug_type 1649 static debug_type 1833 static debug_type 1906 static debug_type 1942 static debug_type 2025 static debug_type 5215 debug_type dt; in stab_demangle_v3_arg() [all …]
|
H A D | debug.c | 1191 debug_type 1215 debug_type 1226 debug_type 1245 debug_type 1255 debug_type 1265 debug_type 1277 debug_type 1308 debug_type 1343 debug_type 1368 debug_type [all …]
|
H A D | rdcoff.c | 106 static debug_type * 140 static debug_type 146 debug_type type; in parse_coff_type() 211 debug_type *slot; in parse_coff_type() 237 static debug_type 242 debug_type ret; in parse_coff_base_type() 245 debug_type *slot; in parse_coff_base_type() 377 static debug_type 453 debug_type ftype; in parse_coff_struct_type() 484 static debug_type [all …]
|
H A D | ieee.c | 78 debug_type type; 80 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() 1646 debug_type t; in parse_ieee_ty() [all …]
|
/dragonfly/contrib/binutils-2.34/gas/ |
H A D | as.c | 73 enum debug_info_type debug_type = DEBUG_UNSPECIFIED; variable 818 debug_type = md_debug_format_selector (& use_gnu_debug_info_extensions); in parse_args() 820 debug_type = DEBUG_DWARF2; in parse_args() 822 debug_type = DEBUG_STABS; in parse_args() 829 debug_type = DEBUG_STABS; in parse_args() 833 debug_type = DEBUG_DWARF2; in parse_args()
|
H A D | dwarf2dbg.c | 526 if (debug_type == DEBUG_DWARF2 in dwarf2_gen_line_info() 555 if (debug_type == DEBUG_DWARF2) in dwarf2_where() 591 if (debug_type != DEBUG_DWARF2 in dwarf2_emit_insn() 662 if (files_in_use == 0 && debug_type != DEBUG_DWARF2) in dwarf2_emit_label() 810 debug_type = DEBUG_NONE; in dwarf2_directive_filename() 1019 debug_type = DEBUG_NONE; in dwarf2_directive_loc()
|
H A D | as.h | 412 extern enum debug_info_type debug_type;
|
H A D | ecoff.c | 2212 if (! symbol_table_frozen && debug_type == DEBUG_UNSPECIFIED) in add_file() 2213 debug_type = DEBUG_ECOFF; in add_file() 2215 else if (debug_type == DEBUG_UNSPECIFIED) in add_file() 2216 debug_type = DEBUG_NONE; in add_file() 2332 if (debug_type == DEBUG_UNSPECIFIED) in ecoff_new_file() 2333 debug_type = DEBUG_ECOFF; in ecoff_new_file() 3699 if (debug_type != DEBUG_ECOFF in ecoff_build_lineno()
|
H A D | read.c | 5913 if (debug_type == DEBUG_STABS) in generate_file_debug() 5922 switch (debug_type) in generate_lineno_debug() 5973 if (debug_type == DEBUG_STABS) in do_s_func() 6024 if (debug_type == DEBUG_STABS) in do_s_func()
|
/dragonfly/contrib/binutils-2.27/gas/ |
H A D | as.c | 74 enum debug_info_type debug_type = DEBUG_UNSPECIFIED; variable 794 debug_type = md_debug_format_selector (& use_gnu_debug_info_extensions); in parse_args() 796 debug_type = DEBUG_DWARF2; in parse_args() 798 debug_type = DEBUG_STABS; in parse_args() 805 debug_type = DEBUG_STABS; in parse_args() 809 debug_type = DEBUG_DWARF2; in parse_args()
|
H A D | dwarf2dbg.c | 322 if (debug_type == DEBUG_DWARF2 in dwarf2_gen_line_info() 351 if (debug_type == DEBUG_DWARF2) in dwarf2_where() 383 if (!dwarf2_loc_directive_seen && debug_type != DEBUG_DWARF2) in dwarf2_emit_insn() 451 if (files_in_use == 0 && debug_type != DEBUG_DWARF2) in dwarf2_emit_label() 593 debug_type = DEBUG_NONE; in dwarf2_directive_file() 736 debug_type = DEBUG_NONE; in dwarf2_directive_loc()
|
H A D | as.h | 403 extern enum debug_info_type debug_type;
|
H A D | ecoff.c | 2208 if (! symbol_table_frozen && debug_type == DEBUG_UNSPECIFIED) in add_file() 2209 debug_type = DEBUG_ECOFF; in add_file() 2211 else if (debug_type == DEBUG_UNSPECIFIED) in add_file() 2212 debug_type = DEBUG_NONE; in add_file() 2328 if (debug_type == DEBUG_UNSPECIFIED) in ecoff_new_file() 2329 debug_type = DEBUG_ECOFF; in ecoff_new_file() 3691 if (debug_type != DEBUG_ECOFF in ecoff_build_lineno()
|
H A D | read.c | 6014 if (debug_type == DEBUG_STABS) in generate_file_debug() 6023 switch (debug_type) in generate_lineno_debug() 6074 if (debug_type == DEBUG_STABS) in do_s_func() 6125 if (debug_type == DEBUG_STABS) in do_s_func()
|
/dragonfly/sys/dev/raid/ciss/ |
H A D | cissvar.h | 278 # define debug_type(s) kprintf(" SIZE %s: %zu\n", #s, sizeof(s)) macro 286 # define debug_type(s) macro
|
H A D | ciss.c | 414 debug_type(cciss_pci_info_struct); in ciss_attach() 415 debug_type(cciss_coalint_struct); in ciss_attach() 416 debug_type(cciss_coalint_struct); in ciss_attach() 417 debug_type(NodeName_type); in ciss_attach() 418 debug_type(NodeName_type); in ciss_attach() 419 debug_type(Heartbeat_type); in ciss_attach() 420 debug_type(BusTypes_type); in ciss_attach() 421 debug_type(FirmwareVer_type); in ciss_attach() 422 debug_type(DriverVer_type); in ciss_attach() 423 debug_type(IOCTL_Command_struct); in ciss_attach()
|
/dragonfly/contrib/gcc-8.0/gcc/ |
H A D | dwarf2out.c | 13153 tree debug_type = lang_hooks.types.get_debug_type (type); in modified_type_die() local 13155 if (debug_type != NULL_TREE && debug_type != type) in modified_type_die() 13156 return modified_type_die (debug_type, cv_quals, reverse, context_die); in modified_type_die() 24672 tree debug_type = lang_hooks.types.get_debug_type (discr_type); in get_discr_value() local 24673 if (debug_type != NULL) in get_discr_value() 24674 discr_type = debug_type; in get_discr_value() 25532 tree debug_type = lang_hooks.types.get_debug_type (type); in gen_type_die_with_usage() local 25534 if (debug_type != NULL_TREE && debug_type != type) in gen_type_die_with_usage() 25536 gen_type_die_with_usage (debug_type, context_die, usage); in gen_type_die_with_usage()
|