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

  /external/elfutils/backends/
ia64_regs.c 129 *type = regno == 331 ? DW_ATE_address : DW_ATE_unsigned;
136 *type = DW_ATE_unsigned;
172 *type = DW_ATE_unsigned;
alpha_regs.c 143 *type = DW_ATE_unsigned;
i386_regs.c 50 *type = DW_ATE_unsigned;
s390_regs.c 68 *type = DW_ATE_unsigned;
sparc_regs.c 65 *type = DW_ATE_unsigned;
x86_64_regs.c 51 *type = DW_ATE_unsigned;
ppc_regs.c 51 : regno < 64 ? DW_ATE_float : DW_ATE_unsigned);
  /external/elfutils/tests/
allregs.c 52 [DW_ATE_unsigned] = "unsigned",
  /external/llvm/lib/Support/
Dwarf.cpp 462 case DW_ATE_unsigned: return "DW_ATE_unsigned";
    [all...]
  /external/elfutils/libdw/
dwarf.h 450 DW_ATE_unsigned = 0x7,
  /external/llvm/include/llvm/Support/
Dwarf.h 468 DW_ATE_unsigned = 0x07,
  /external/valgrind/main/coregrind/m_debuginfo/
priv_d3basics.h 365 DW_ATE_unsigned = 0x7,
readdwarf3.c     [all...]
  /external/llvm/lib/VMCore/
DebugInfo.cpp 363 if (Encoding == dwarf::DW_ATE_unsigned ||
    [all...]
  /external/qemu/elff/
dwarf.h 629 #define DW_ATE_unsigned 0x7
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf.h 629 #define DW_ATE_unsigned 0x7
    [all...]
  /external/elfutils/src/
readelf.c     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 416 case BuiltinType::ULongLong: Encoding = llvm::dwarf::DW_ATE_unsigned; break;
    [all...]

Completed in 139 milliseconds