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 698 case 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/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 209 Streamer.EmitInt8(dwarf::DW_OP_bregx, "DW_OP_bregx");
DwarfUnit.cpp 550 addUInt(TheDie, dwarf::DW_FORM_data1, dwarf::DW_OP_bregx);
    [all...]
  /external/elfutils/0.153/libdw/
cfi.c 180 fs->cfa_data.offset.atom = DW_OP_bregx;
dwarf_getlocation.c 398 case DW_OP_bregx:
dwarf.h 469 DW_OP_bregx = 0x92, /* ULEB128 register followed by SLEB128 off. */
  /external/llvm/lib/Support/
Dwarf.cpp 458 case DW_OP_bregx: return "DW_OP_bregx";
    [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/runtime/
dwarf.h 401 DW_OP_bregx = 0x92,
  /external/valgrind/main/coregrind/m_debuginfo/
priv_d3basics.h 538 DW_OP_bregx = 0x92,
d3basics.c 632 case DW_OP_bregx:
634 FAIL("evaluate_Dwarf3_Expr: DW_OP_bregx but no reg info");
638 FAIL("evaluate_Dwarf3_Expr: unhandled DW_OP_bregx reg value");
    [all...]
  /external/llvm/include/llvm/Support/
Dwarf.h 518 DW_OP_bregx = 0x92,
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf.h 584 #define DW_OP_bregx 0x92
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-finder.c 338 } else if (op->atom == DW_OP_bregx) {
    [all...]
  /external/elfutils/0.153/src/
readelf.c     [all...]

Completed in 335 milliseconds