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

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFLocationDescription.cpp 70 if (opcode_class == DRC_TWOOPERANDS && opcode == DW_OP_bregx)
  /external/libcxxabi/src/Unwind/
dwarf2.h 222 DW_OP_bregx = 0x92, // ULEB128 register followed by SLEB128 offset
DwarfInstructions.hpp 699 case DW_OP_bregx:
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp 40 EmitOp(dwarf::DW_OP_bregx);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
dwarf2.h 222 DW_OP_bregx = 0x92, // ULEB128 register followed by SLEB128 offset
DwarfInstructions.hpp 698 case DW_OP_bregx:
  /external/libunwind/src/dwarf/
Gexpr.c 101 [DW_OP_bregx] = OPND2 (ULEB128, SLEB128),
301 case DW_OP_bregx:
  /external/libunwind/include/
dwarf.h 127 DW_OP_bregx = 0x92,
  /external/elfutils/src/libdw/
cfi.c 167 fs->cfa_data.offset.atom = DW_OP_bregx;
dwarf.h 456 DW_OP_bregx = 0x92, /* ULEB128 register followed by SLEB128 off. */
dwarf_getlocation.c 407 case DW_OP_bregx:
known-dwarf.h 421 ONE_KNOWN_DW_OP_DESC (bregx, DW_OP_bregx, "ULEB128 register followed by SLEB128 off.") \
    [all...]
  /external/lldb/source/Expression/
DWARFExpression.cpp 190 case 0x92: return "DW_OP_bregx";
534 case DW_OP_bregx: // 0x92 2 ULEB128 register followed by SLEB128 offset
555 s->Printf("DW_OP_bregx(reg=%" PRIu32 ",offset=%" PRIi64 ")", reg_num, reg_offset);
    [all...]
  /art/compiler/dwarf/
dwarf_constants.h 402 DW_OP_bregx = 0x92,
  /external/elfutils/src/libdwfl/
frame_unwind.c 230 case DW_OP_bregx:
  /external/elfutils/src/tests/
varlocs.c 322 case DW_OP_bregx:
  /external/valgrind/coregrind/m_debuginfo/
priv_d3basics.h 547 DW_OP_bregx = 0x92,
d3basics.c 637 case DW_OP_bregx:
639 FAIL("evaluate_Dwarf3_Expr: DW_OP_bregx but no reg info");
643 FAIL("evaluate_Dwarf3_Expr: unhandled DW_OP_bregx reg value");
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf.h 584 #define DW_OP_bregx 0x92
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
probe-finder.c 317 } else if (op->atom == DW_OP_bregx) {
    [all...]
  /external/elfutils/src/src/
readelf.c     [all...]

Completed in 552 milliseconds