Home
last modified time | relevance | path

Searched refs:DW_OP_bregx (Results 1 – 17 of 17) sorted by relevance

/external/libcxxabi/src/Unwind/
Ddwarf2.h222 DW_OP_bregx = 0x92, // ULEB128 register followed by SLEB128 offset enumerator
DDwarfInstructions.hpp699 case DW_OP_bregx: in evaluateExpression()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFLocationDescription.cpp70 if (opcode_class == DRC_TWOOPERANDS && opcode == DW_OP_bregx) in print_dwarf_exp_op()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp40 EmitOp(dwarf::DW_OP_bregx); in AddRegIndirect()
/external/libunwind/src/dwarf/
DGexpr.c101 [DW_OP_bregx] = OPND2 (ULEB128, SLEB128),
301 case DW_OP_bregx: in dwarf_eval_expr()
/external/libunwind/include/
Ddwarf.h127 DW_OP_bregx = 0x92, enumerator
/external/valgrind/coregrind/m_debuginfo/
Dpriv_d3basics.h547 DW_OP_bregx = 0x92, enumerator
Dd3basics.c637 case DW_OP_bregx: in ML_()
/external/elfutils/src/libdw/
Ddwarf.h456 DW_OP_bregx = 0x92, /* ULEB128 register followed by SLEB128 off. */ enumerator
Dcfi.c167 fs->cfa_data.offset.atom = DW_OP_bregx; in execute_cfi()
Ddwarf_getlocation.c407 case DW_OP_bregx: in __libdw_intern_expression()
Dknown-dwarf.h421 ONE_KNOWN_DW_OP_DESC (bregx, DW_OP_bregx, "ULEB128 register followed by SLEB128 off.") \
/external/lldb/source/Expression/
DDWARFExpression.cpp534 …case DW_OP_bregx: // 0x92 2 ULEB128 register fol… in DumpLocation()
994 case DW_OP_bregx: // 0x92 2 ULEB128 register followed by SLEB128 offset in GetOpcodeDataSize()
2475 case DW_OP_bregx: in Evaluate()
/external/elfutils/src/libdwfl/
Dframe_unwind.c230 case DW_OP_bregx: in expr_eval()
/external/elfutils/src/tests/
Dvarlocs.c322 case DW_OP_bregx: in print_expr()
/external/linux-tools-perf/src/tools/perf/util/
Dprobe-finder.c317 } else if (op->atom == DW_OP_bregx) { in convert_variable_location()
/external/elfutils/src/src/
Dreadelf.c4148 case DW_OP_bregx: in print_ops()