/toolchain/binutils/binutils-2.25/binutils/ |
debug.h | 135 typedef struct debug_type_s *debug_type; typedef in typeref:struct:debug_type_s 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_type 521 (void *, debug_type *, const char *) [all...] |
stabs.c | 92 debug_type xcoff_types[XCOFF_TYPE_COUNT]; 110 debug_type type; 126 debug_type types[STAB_TYPES_SLOTS]; 142 debug_type slot; 144 debug_type type; 153 static debug_type parse_stab_type 154 (void *, struct stab_handle *, const char *, const char **, debug_type **); 156 static debug_type parse_stab_range_type 158 static debug_type parse_stab_sun_builtin_type (void *, const char **); 159 static debug_type parse_stab_sun_floating_type (void *, const char **) [all...] |
rdcoff.c | 73 debug_type slots[COFF_SLOTS]; 83 debug_type basic[T_MAX + 1]; 86 static debug_type *coff_get_slot (struct coff_types *, long); 87 static debug_type parse_coff_type 90 static debug_type parse_coff_base_type 93 static debug_type parse_coff_struct_type 96 static debug_type parse_coff_enum_type 101 void *, debug_type, bfd_boolean); 107 static debug_type * 141 static debug_type [all...] |
debug.c | 106 debug_type pointer; 150 debug_type *slot; 174 debug_type vptrbase; 193 debug_type return_type; 195 debug_type *arg_types; 205 debug_type type; 217 debug_type element_type; 219 debug_type range_type; 233 debug_type type; 243 debug_type base_type [all...] |
ieee.c | 78 debug_type type; 80 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...] |
/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_qclient.cpp | 222 int debug_type = inParcel->readInt32(); local 224 ALOGD("%s: debug_type: %d enable:%d", 225 __FUNCTION__, debug_type, enable); 227 switch (debug_type) { 232 if (debug_type != IQService::DEBUG_ALL) 236 if (debug_type != IQService::DEBUG_ALL) 240 if (debug_type != IQService::DEBUG_ALL) 244 if (debug_type != IQService::DEBUG_ALL)
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_qclient.cpp | 221 int debug_type = inParcel->readInt32(); local 223 ALOGD("%s: debug_type: %d enable:%d", 224 __FUNCTION__, debug_type, enable); 226 switch (debug_type) { 231 if (debug_type != IQService::DEBUG_ALL) 235 if (debug_type != IQService::DEBUG_ALL) 239 if (debug_type != IQService::DEBUG_ALL) 243 if (debug_type != IQService::DEBUG_ALL)
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_qclient.cpp | 218 int debug_type = inParcel->readInt32(); local 220 ALOGD("%s: debug_type: %d enable:%d", 221 __FUNCTION__, debug_type, enable); 223 switch (debug_type) { 228 if (debug_type != IQService::DEBUG_ALL) 232 if (debug_type != IQService::DEBUG_ALL)
|
/toolchain/binutils/binutils-2.25/gas/ |
as.c | 74 enum debug_info_type debug_type = DEBUG_UNSPECIFIED; variable in typeref:enum:debug_info_type 754 debug_type = md_debug_format_selector (& use_gnu_debug_info_extensions); 756 debug_type = DEBUG_DWARF2; 758 debug_type = DEBUG_STABS; 765 debug_type = DEBUG_STABS; 769 debug_type = DEBUG_DWARF2; [all...] |
as.h | 420 extern enum debug_info_type debug_type;
|
dwarf2dbg.c | 381 if (debug_type == DEBUG_DWARF2 419 if (debug_type == DEBUG_DWARF2) 453 if (!dwarf2_loc_directive_seen && debug_type != DEBUG_DWARF2) 521 if (files_in_use == 0 && debug_type != DEBUG_DWARF2) 729 debug_type = DEBUG_NONE; 775 debug_type = DEBUG_NONE; 992 debug_type = DEBUG_NONE; [all...] |
ecoff.c | [all...] |
read.c | [all...] |
/prebuilts/go/darwin-x86/src/debug/dwarf/ |
typeunit.go | 21 name string // Name of .debug_type section.
|
/prebuilts/go/linux-x86/src/debug/dwarf/ |
typeunit.go | 21 name string // Name of .debug_type section.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-nios2.c | [all...] |
tc-xtensa.c | [all...] |
tc-score.c | [all...] |
tc-score7.c | [all...] |
tc-arm.c | [all...] |
tc-ia64.c | [all...] |
tc-mips.c | [all...] |