HomeSort by: relevance | last modified time | path
    Searched refs:DW_ATE_signed_fixed (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-fixed-point.exp 36 {DW_AT_encoding @DW_ATE_signed_fixed}
61 {DW_AT_encoding @DW_ATE_signed_fixed}
82 {DW_AT_encoding @DW_ATE_signed_fixed}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-fixed-point.exp 36 {DW_AT_encoding @DW_ATE_signed_fixed}
61 {DW_AT_encoding @DW_ATE_signed_fixed}
82 {DW_AT_encoding @DW_ATE_signed_fixed}
  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf.h 638 #define DW_ATE_signed_fixed 0xd
dwarf_dump.c 460 case DW_ATE_signed_fixed:
461 *s = "DW_ATE_signed_fixed"; break;
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
dibuilder.go 81 DW_ATE_signed_fixed DwarfTypeEncoding = 0x0d
  /src/external/gpl3/binutils/dist/include/
dwarf2.def 734 DW_ATE (DW_ATE_signed_fixed, 0xd)
  /src/external/gpl3/binutils.old/dist/include/
dwarf2.def 723 DW_ATE (DW_ATE_signed_fixed, 0xd)
  /src/external/gpl3/gcc/dist/include/
dwarf2.def 723 DW_ATE (DW_ATE_signed_fixed, 0xd)
  /src/external/gpl3/gcc.old/dist/include/
dwarf2.def 723 DW_ATE (DW_ATE_signed_fixed, 0xd)
  /src/external/gpl3/gdb.old/dist/include/
dwarf2.def 723 DW_ATE (DW_ATE_signed_fixed, 0xd)
  /src/external/gpl3/gdb/dist/include/
dwarf2.def 723 DW_ATE (DW_ATE_signed_fixed, 0xd)
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 15437 if ((encoding == DW_ATE_signed_fixed || encoding == DW_ATE_unsigned_fixed)
15449 encoding = (encoding == DW_ATE_signed_fixed
15475 ? DW_ATE_signed_fixed
15550 case DW_ATE_signed_fixed:
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 13765 if ((encoding == DW_ATE_signed_fixed || encoding == DW_ATE_unsigned_fixed)
13777 encoding = (encoding == DW_ATE_signed_fixed
13803 ? DW_ATE_signed_fixed
13878 case DW_ATE_signed_fixed:
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 2306 case DW_ATE_signed_fixed:
3300 case DW_ATE_signed_fixed: printf ("(signed_fixed)"); break;
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 2237 case DW_ATE_signed_fixed:
3223 case DW_ATE_signed_fixed: printf ("(signed_fixed)"); break;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 874 Encoding = llvm::dwarf::DW_ATE_signed_fixed;
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 13285 : DW_ATE_signed_fixed);
13328 encoding = DW_ATE_signed_fixed;
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 13242 : DW_ATE_signed_fixed);
13281 encoding = DW_ATE_signed_fixed;

Completed in 101 milliseconds