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

1 2

  /external/libunwind/src/dwarf/
Gexpr.c 67 [DW_OP_breg0 + 0] = OPND1 (SLEB128),
68 [DW_OP_breg0 + 1] = OPND1 (SLEB128),
69 [DW_OP_breg0 + 2] = OPND1 (SLEB128),
70 [DW_OP_breg0 + 3] = OPND1 (SLEB128),
71 [DW_OP_breg0 + 4] = OPND1 (SLEB128),
72 [DW_OP_breg0 + 5] = OPND1 (SLEB128),
73 [DW_OP_breg0 + 6] = OPND1 (SLEB128),
74 [DW_OP_breg0 + 7] = OPND1 (SLEB128),
75 [DW_OP_breg0 + 8] = OPND1 (SLEB128),
76 [DW_OP_breg0 + 9] = OPND1 (SLEB128)
    [all...]
  /external/elfutils/backends/
alpha_retval.c 61 { .atom = DW_OP_breg0, .number = 0 }
arm_retval.c 56 { .atom = DW_OP_breg0, .number = 0 }
i386_retval.c 61 { .atom = DW_OP_breg0, .number = 0 }
tilegx_retval.c 54 { .atom = DW_OP_breg0, .number = 0 }
x86_64_retval.c 74 { .atom = DW_OP_breg0, .number = 0 }
aarch64_retval.c 208 static const Dwarf_Op loc[] = { { .atom = DW_OP_breg0 } };
  /external/libunwind_llvm/src/
dwarf2.h 188 DW_OP_breg0 = 0x70, // base register 0 + SLEB128 offset
DwarfInstructions.hpp 658 case DW_OP_breg0:
690 reg = static_cast<uint32_t>(opcode - DW_OP_breg0);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp 38 EmitOp(dwarf::DW_OP_breg0 + DwarfReg);
  /external/elfutils/libdwfl/
frame_unwind.c 232 case DW_OP_breg0 ... DW_OP_breg31:
233 if (! state_get_reg (state, op->atom - DW_OP_breg0, &val1))
  /external/libunwind/include/
dwarf.h 117 DW_OP_breg0 = 0x70,
  /external/swiftshader/third_party/LLVM/lib/Support/
Dwarf.cpp 396 case DW_OP_breg0: return "DW_OP_breg0";
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/dwarf/
dwarf_defs.go 270 DW_OP_breg0 = 0x70 // 1 ...
271 DW_OP_breg31 = 0x8f // 1 SLEB128 offset base register 0..31 = (DW_OP_breg0 + regnum)
  /prebuilts/go/linux-x86/src/cmd/internal/dwarf/
dwarf_defs.go 270 DW_OP_breg0 = 0x70 // 1 ...
271 DW_OP_breg31 = 0x8f // 1 SLEB128 offset base register 0..31 = (DW_OP_breg0 + regnum)
  /external/valgrind/coregrind/m_debuginfo/
d3basics.c 626 case DW_OP_breg0 ... DW_OP_breg31:
630 if (!get_Dwarf_Reg( &a1, opcode - DW_OP_breg0, regs ))
    [all...]
priv_d3basics.h 513 DW_OP_breg0 = 0x70,
  /art/compiler/debug/dwarf/
dwarf_constants.h 368 DW_OP_breg0 = 0x70,
  /external/elfutils/libdw/
dwarf.h 425 DW_OP_breg0 = 0x70, /* Base register 0. */
dwarf_getlocation.c 436 case DW_OP_breg0 ... DW_OP_breg31:
  /external/elfutils/tests/
varlocs.c 304 case DW_OP_breg0 ... DW_OP_breg31:
  /external/google-breakpad/src/common/dwarf/
dwarf2enums.h 444 DW_OP_breg0 =0x70,
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Dwarf.h 407 DW_OP_breg0 = 0x70,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 232 addUInt(TheDie, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_breg0 + DWReg);
407 addUInt(Block, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_breg0 + Reg);
    [all...]
  /toolchain/binutils/binutils-2.27/include/
dwarf2.def 544 DW_OP (DW_OP_breg0, 0x70)

Completed in 502 milliseconds

1 2