HomeSort by relevance Sort by last modified time
    Searched refs:DW_ATE_float (Results 1 - 25 of 30) sorted by null

1 2

  /external/elfutils/src/backends/
sh_regs.c 149 *type = DW_ATE_float;
158 *type = DW_ATE_float;
167 *type = DW_ATE_float;
176 *type = DW_ATE_float;
arm_regs.c 83 *type = DW_ATE_float;
96 *type = DW_ATE_float;
105 *type = DW_ATE_float;
ia64_regs.c 88 *type = DW_ATE_float;
109 *type = DW_ATE_float;
alpha_regs.c 59 *type = DW_ATE_float;
alpha_retval.c 114 if (encoding == DW_ATE_float)
i386_regs.c 63 *type = DW_ATE_float;
i386_retval.c 112 if (encoding == DW_ATE_float)
s390_regs.c 80 *type = DW_ATE_float;
sh_retval.c 116 if (encoding == DW_ATE_float)
sparc_regs.c 87 *type = DW_ATE_float;
s390_retval.c 118 if (encoding == DW_ATE_float && size <= 8)
sparc_retval.c 123 if (encoding == DW_ATE_float)
x86_64_regs.c 68 *type = DW_ATE_float;
x86_64_retval.c 145 case DW_ATE_float:
ppc64_retval.c 126 if (encoding == DW_ATE_float || encoding == DW_ATE_complex_float)
ppc_regs.c 54 : regno < 64 ? DW_ATE_float : DW_ATE_unsigned);
ppc_retval.c 140 if (encoding == DW_ATE_float)
aarch64_retval.c 103 case DW_ATE_float:
331 case DW_ATE_float:
ia64_retval.c 128 case DW_ATE_float:
289 case DW_ATE_float:
  /art/compiler/dwarf/
dwarf_constants.h 436 DW_ATE_float = 0x04,
  /external/elfutils/src/libdw/
dwarf.h 496 DW_ATE_float = 0x4,
known-dwarf.h 158 ONE_KNOWN_DW_ATE (float, DW_ATE_float) \
    [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2enums.h 319 DW_ATE_float =0x4,
  /external/valgrind/coregrind/m_debuginfo/
priv_d3basics.h 377 DW_ATE_float = 0x4,
  /external/lldb/source/Symbol/
ClangASTContext.cpp 859 ClangASTType complex_float_clang_type = GetBuiltinTypeForDWARFEncodingAndBitSize ("float", DW_ATE_float, bit_size/2);
864 case DW_ATE_float:
    [all...]

Completed in 669 milliseconds

1 2