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

  /external/elfutils/backends/
ia64_regs.c 85 *type = DW_ATE_float;
106 *type = DW_ATE_float;
alpha_regs.c 56 *type = DW_ATE_float;
i386_regs.c 60 *type = DW_ATE_float;
s390_regs.c 77 *type = DW_ATE_float;
sparc_regs.c 84 *type = DW_ATE_float;
alpha_retval.c 126 if (encoding == DW_ATE_float)
i386_retval.c 124 if (encoding == DW_ATE_float)
ppc_retval.c 131 if (encoding == DW_ATE_float)
s390_retval.c 130 if (encoding == DW_ATE_float && size <= 8)
x86_64_regs.c 65 *type = DW_ATE_float;
ppc64_retval.c 127 if (encoding == DW_ATE_float || encoding == DW_ATE_complex_float)
ppc_regs.c 51 : regno < 64 ? DW_ATE_float : DW_ATE_unsigned);
sparc_retval.c 119 if (encoding == DW_ATE_float)
x86_64_retval.c 153 case DW_ATE_float:
ia64_retval.c 128 case DW_ATE_float:
296 case DW_ATE_float:
  /external/elfutils/tests/
allregs.c 49 [DW_ATE_float] = "float",
  /external/llvm/lib/Support/
Dwarf.cpp 459 case DW_ATE_float: return "DW_ATE_float";
    [all...]
  /external/elfutils/libdw/
dwarf.h 447 DW_ATE_float = 0x4,
  /external/llvm/include/llvm/Support/
Dwarf.h 465 DW_ATE_float = 0x04,
  /external/valgrind/main/coregrind/m_debuginfo/
priv_d3basics.h 362 DW_ATE_float = 0x4,
readdwarf3.c     [all...]
  /external/qemu/elff/
dwarf.h 626 #define DW_ATE_float 0x4
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf.h 626 #define DW_ATE_float 0x4
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 410 case BuiltinType::Double: Encoding = llvm::dwarf::DW_ATE_float; break;
    [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 145 milliseconds