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

1 2

  /art/compiler/debug/dwarf/
expression.h 61 PushUint8(DW_OP_reg0 + dwarf_reg_num);
dwarf_constants.h 336 DW_OP_reg0 = 0x50,
  /external/elfutils/backends/
alpha_retval.c 43 { .atom = DW_OP_reg0 }
arm_retval.c 43 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 4 },
i386_retval.c 43 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 4 },
sh_retval.c 48 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 4 },
tilegx_retval.c 45 { .atom = DW_OP_reg0 }
x86_64_retval.c 43 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 8 },
aarch64_retval.c 197 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 8 },
  /external/libunwind/src/dwarf/
Gexpr.c 310 case DW_OP_reg0: case DW_OP_reg1: case DW_OP_reg2:
321 Debug (15, "OP_reg(r%d)\n", (int) opcode - DW_OP_reg0);
322 *valp = dwarf_to_unw_regnum (opcode - DW_OP_reg0);
  /external/libunwind_llvm/src/
dwarf2.h 156 DW_OP_reg0 = 0x50, // Contents of reg0
DwarfInstructions.hpp 614 case DW_OP_reg0:
646 reg = static_cast<uint32_t>(opcode - DW_OP_reg0);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp 28 EmitOp(dwarf::DW_OP_reg0 + DwarfReg, Comment);
  /external/valgrind/coregrind/m_debuginfo/
d3basics.c 532 && expr[0] >= DW_OP_reg0 && expr[0] <= DW_OP_reg31) {
534 res.word = (UWord)(expr[0] - DW_OP_reg0);
654 case DW_OP_reg0 ... DW_OP_reg31:
    [all...]
priv_d3basics.h 481 DW_OP_reg0 = 0x50,
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
dwarf2.h 156 DW_OP_reg0 = 0x50, // Contents of reg0
DwarfInstructions.hpp 614 case DW_OP_reg0:
646 reg = static_cast<uint32_t>(opcode - DW_OP_reg0);
  /external/elfutils/libdwfl/
frame_unwind.c 217 case DW_OP_reg0 ... DW_OP_reg31:
218 if (! state_get_reg (state, op->atom - DW_OP_reg0, &val1)
  /external/libunwind/include/
dwarf.h 109 DW_OP_reg0 = 0x50,
  /external/elfutils/libdw/
dwarf.h 393 DW_OP_reg0 = 0x50, /* Register 0. */
dwarf_getlocation.c 338 case DW_OP_reg0 ... DW_OP_reg31:
known-dwarf.h 498 DWARF_ONE_KNOWN_DW_OP (reg0, DW_OP_reg0) \
    [all...]
  /external/elfutils/tests/
varlocs.c 185 case DW_OP_reg0 ... DW_OP_reg31:
  /external/google-breakpad/src/common/dwarf/
dwarf2enums.h 412 DW_OP_reg0 =0x50,
  /toolchain/binutils/binutils-2.25/include/
dwarf2.def 487 DW_OP (DW_OP_reg0, 0x50)

Completed in 2156 milliseconds

1 2