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

/freebsd-11-stable/contrib/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.c98 struct debug_type struct
105 debug_type pointer;
120 struct debug_type *kpointer;
124 struct debug_type *kreference;
136 struct debug_type *kconst;
138 struct debug_type *kvolatile;
149 debug_type *slot;
173 debug_type vptrbase;
192 debug_type return_type;
194 debug_type *arg_type
[all...]
H A Dstabs.c93 debug_type xcoff_types[XCOFF_TYPE_COUNT];
111 debug_type type;
127 debug_type types[STAB_TYPES_SLOTS];
143 debug_type slot;
145 debug_type type;
154 static debug_type parse_stab_type
155 (void *, struct stab_handle *, const char *, const char **, debug_type **);
157 static debug_type parse_stab_range_type
159 static debug_type parse_stab_sun_builtin_type (void *, const char **);
160 static debug_type parse_stab_sun_floating_typ
[all...]
H A Drdcoff.c74 debug_type slots[COFF_SLOTS];
84 debug_type basic[T_MAX + 1];
87 static debug_type *coff_get_slot (struct coff_types *, int);
88 static debug_type parse_coff_type
91 static debug_type parse_coff_base_type
94 static debug_type parse_coff_struct_type
97 static debug_type parse_coff_enum_type
102 void *, debug_type, bfd_boolean);
108 static debug_type *
137 static debug_type
[all...]
H A Dieee.c69 debug_type type;
71 debug_type *pslot;
100 debug_type type;
102 debug_type *pslot;
104 debug_type *arg_slots;
120 debug_type builtins[BUILTIN_TYPE_COUNT];
133 debug_type type;
135 debug_type slot;
139 debug_type *fslots;
265 static debug_type ieee_builtin_typ
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Das.c84 enum debug_info_type debug_type = DEBUG_UNSPECIFIED; variable in typeref:enum:debug_info_type
685 debug_type = md_debug_format_selector (& use_gnu_debug_info_extensions);
687 debug_type = DEBUG_DWARF2;
689 debug_type = DEBUG_STABS;
696 debug_type = DEBUG_STABS;
700 debug_type = DEBUG_DWARF2;
H A Das.h465 extern enum debug_info_type debug_type;
H A Ddwarf2dbg.c319 if (debug_type == DEBUG_DWARF2
338 if (debug_type == DEBUG_DWARF2)
381 if (debug_type != DEBUG_DWARF2)
384 else if (debug_type != DEBUG_DWARF2)
411 if (debug_type == DEBUG_DWARF2)
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.c5580 if (debug_type == DEBUG_STABS)
5589 switch (debug_type)
5640 if (debug_type == DEBUG_STABS)
5687 if (debug_type == DEBUG_STABS)
/freebsd-11-stable/sys/dev/ciss/
H A Dcissvar.h281 # define debug_type(s) printf(" SIZE %s: %zu\n", #s, sizeof(s)) macro
289 # define debug_type(s) macro
H A Dciss.c444 debug_type(cciss_pci_info_struct);
445 debug_type(cciss_coalint_struct);
446 debug_type(cciss_coalint_struct);
447 debug_type(NodeName_type);
448 debug_type(NodeName_type);
449 debug_type(Heartbeat_type);
450 debug_type(BusTypes_type);
451 debug_type(FirmwareVer_type);
452 debug_type(DriverVer_type);
453 debug_type(IOCTL_Command_struc
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-score.c6010 if (debug_type == DEBUG_STABS)
6117 if (debug_type == DEBUG_STABS)
H A Dtc-ia64.c7026 if (debug_type == DEBUG_DWARF2
7334 if (debug_type == DEBUG_STABS)
H A Dtc-mips.c14865 if (debug_type == DEBUG_STABS)
14965 if (debug_type == DEBUG_STABS)

Completed in 312 milliseconds