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

1 2

  /external/elfutils/0.153/backends/
sparc_retval.c 40 { .atom = DW_OP_reg8 }, { .atom = DW_OP_piece, .number = 4 },
41 { .atom = DW_OP_reg9 }, { .atom = DW_OP_piece, .number = 4 },
49 { .atom = DW_OP_regx, .number = 32 }, { .atom = DW_OP_piece, .number = 4 },
50 { .atom = DW_OP_regx, .number = 33 }, { .atom = DW_OP_piece, .number = 4 },
51 { .atom = DW_OP_regx, .number = 34 }, { .atom = DW_OP_piece, .number = 4 },
52 { .atom = DW_OP_regx, .number = 35 }, { .atom = DW_OP_piece, .number = 4 },
x86_64_retval.c 40 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 8 },
41 { .atom = DW_OP_reg1 }, { .atom = DW_OP_piece, .number = 8 },
50 { .atom = DW_OP_piece, .number = 10 },
52 { .atom = DW_OP_piece, .number = 10 },
60 { .atom = DW_OP_reg17 }, { .atom = DW_OP_piece, .number = 16 },
61 { .atom = DW_OP_reg18 }, { .atom = DW_OP_piece, .number = 16 },
arm_retval.c 40 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 4 },
41 { .atom = DW_OP_reg1 }, { .atom = DW_OP_piece, .number = 4 },
42 { .atom = DW_OP_reg2 }, { .atom = DW_OP_piece, .number = 4 },
43 { .atom = DW_OP_reg3 }, { .atom = DW_OP_piece, .number = 4 },
sh_retval.c 45 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 4 },
46 { .atom = DW_OP_reg1 }, { .atom = DW_OP_piece, .number = 4 },
54 { .atom = DW_OP_reg25 }, { .atom = DW_OP_piece, .number = 4 },
55 { .atom = DW_OP_reg26 }, { .atom = DW_OP_piece, .number = 4 },
ia64_retval.c 40 { .atom = DW_OP_reg8 }, { .atom = DW_OP_piece, .number = 8 },
41 { .atom = DW_OP_reg9 }, { .atom = DW_OP_piece, .number = 8 },
42 { .atom = DW_OP_reg10 }, { .atom = DW_OP_piece, .number = 8 },
43 { .atom = DW_OP_reg11 }, { .atom = DW_OP_piece, .number = 8 },
53 { .atom = DW_OP_piece, .number = size }, \
55 { .atom = DW_OP_piece, .number = size }, \
57 { .atom = DW_OP_piece, .number = size }, \
59 { .atom = DW_OP_piece, .number = size }, \
61 { .atom = DW_OP_piece, .number = size }, \
63 { .atom = DW_OP_piece, .number = size },
    [all...]
ppc64_retval.c 47 { .atom = DW_OP_regx, .number = 33 }, { .atom = DW_OP_piece, .number = 8 },
48 { .atom = DW_OP_regx, .number = 34 }, { .atom = DW_OP_piece, .number = 8 },
49 { .atom = DW_OP_regx, .number = 35 }, { .atom = DW_OP_piece, .number = 8 },
50 { .atom = DW_OP_regx, .number = 36 }, { .atom = DW_OP_piece, .number = 8 },
ppc_retval.c 44 { .atom = DW_OP_reg3 }, { .atom = DW_OP_piece, .number = 4 },
45 { .atom = DW_OP_reg4 }, { .atom = DW_OP_piece, .number = 4 },
46 { .atom = DW_OP_reg5 }, { .atom = DW_OP_piece, .number = 4 },
47 { .atom = DW_OP_reg6 }, { .atom = DW_OP_piece, .number = 4 },
alpha_retval.c 47 { .atom = DW_OP_regx, .number = 32 }, { .atom = DW_OP_piece, .number = 4 },
48 { .atom = DW_OP_regx, .number = 33 }, { .atom = DW_OP_piece, .number = 4 },
i386_retval.c 40 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 4 },
41 { .atom = DW_OP_reg2 }, { .atom = DW_OP_piece, .number = 4 },
s390_retval.c 40 { .atom = DW_OP_reg2 }, { .atom = DW_OP_piece, .number = 4 },
41 { .atom = DW_OP_reg3 }, { .atom = DW_OP_piece, .number = 4 },
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFLocationDescription.cpp 148 case DW_OP_piece:
  /external/libcxxabi/src/Unwind/
dwarf2.h 223 DW_OP_piece = 0x93, // ULEB128 size of piece addressed
DwarfInstructions.hpp 711 case DW_OP_piece:
712 _LIBUNWIND_ABORT("DW_OP_piece not implemented");
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
dwarf2.h 223 DW_OP_piece = 0x93, // ULEB128 size of piece addressed
DwarfInstructions.hpp 711 case DW_OP_piece:
712 _LIBUNWIND_ABORT("DW_OP_piece not implemented");
  /external/libunwind/src/dwarf/
Gexpr.c 102 [DW_OP_piece] = OPND1 (ULEB128),
635 case DW_OP_piece:
  /external/libunwind/include/
dwarf.h 128 DW_OP_piece = 0x93,
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 229 Streamer.EmitInt8(dwarf::DW_OP_piece, "DW_OP_piece");
277 // place, since the DW_OP_piece describes the part of the
291 // efficient DW_OP_piece.
  /external/elfutils/0.153/libdw/
dwarf_getlocation.c 386 case DW_OP_piece:
dwarf.h 470 DW_OP_piece = 0x93, /* ULEB128 size of piece addressed. */
482 DW_OP_stack_value = 0x9f, /* No operands, special like DW_OP_piece. */
  /external/llvm/lib/Support/
Dwarf.cpp 459 case DW_OP_piece: return "DW_OP_piece";
    [all...]
  /external/lldb/source/Expression/
DWARFExpression.cpp 191 case 0x93: return "DW_OP_piece";
558 case DW_OP_piece: // 0x93 1 ULEB128 size of piece addressed
559 s->Printf("DW_OP_piece(0x%" PRIx64 ")", m_data.GetULEB128(&offset));
    [all...]
  /art/runtime/
dwarf.h 402 DW_OP_piece = 0x93,
  /external/valgrind/main/coregrind/m_debuginfo/
priv_d3basics.h 539 DW_OP_piece = 0x93,
  /external/llvm/include/llvm/Support/
Dwarf.h 519 DW_OP_piece = 0x93,

Completed in 1760 milliseconds

1 2