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

1 2

  /external/elfutils/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 131 case DW_ATE_float:
292 case DW_ATE_float:
  /external/swiftshader/third_party/LLVM/lib/Support/
Dwarf.cpp 457 case DW_ATE_float: return "DW_ATE_float";
    [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 561 encoding = DW_ATE_float;
566 encoding = DW_ATE_float;
  /art/compiler/debug/dwarf/
dwarf_constants.h 436 DW_ATE_float = 0x04,
  /external/elfutils/libdw/
dwarf.h 499 DW_ATE_float = 0x4,
  /external/google-breakpad/src/common/dwarf/
dwarf2enums.h 319 DW_ATE_float =0x4,
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Dwarf.h 462 DW_ATE_float = 0x04,

Completed in 223 milliseconds

1 2