Home
last modified time | relevance | path

Searched refs:DW_OP_breg0 (Results 1 – 22 of 22) sorted by relevance

/external/libunwind/src/dwarf/
DGexpr.c67 [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/
Di386_retval.c61 { .atom = DW_OP_breg0, .number = 0 }
Dalpha_retval.c61 { .atom = DW_OP_breg0, .number = 0 }
Darm_retval.c56 { .atom = DW_OP_breg0, .number = 0 }
Dtilegx_retval.c54 { .atom = DW_OP_breg0, .number = 0 }
Dx86_64_retval.c74 { .atom = DW_OP_breg0, .number = 0 }
Daarch64_retval.c208 static const Dwarf_Op loc[] = { { .atom = DW_OP_breg0 } }; in pass_by_ref()
/external/libunwind_llvm/src/
Ddwarf2.h188 DW_OP_breg0 = 0x70, // base register 0 + SLEB128 offset enumerator
DDwarfInstructions.hpp659 case DW_OP_breg0: in evaluateExpression()
691 reg = static_cast<uint32_t>(opcode - DW_OP_breg0); in evaluateExpression()
/external/llvm/test/DebugInfo/AArch64/
Dstruct_by_value.ll7 ; 112 = 0x70 = DW_OP_breg0
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp38 EmitOp(dwarf::DW_OP_breg0 + DwarfReg); in AddRegIndirect()
/external/valgrind/coregrind/m_debuginfo/
Dd3basics.c629 case DW_OP_breg0 ... DW_OP_breg31: in ML_()
633 if (!get_Dwarf_Reg( &a1, opcode - DW_OP_breg0, regs )) in ML_()
1109 else if (nbytes >= 1 && *p >= DW_OP_breg0 && *p <= DW_OP_breg31) { in ML_()
Dpriv_d3basics.h513 DW_OP_breg0 = 0x70, enumerator
Dreaddwarf.c2810 case DW_OP_breg0 ... DW_OP_breg31: in dwarfexpr_to_dag()
2812 reg = (Int)opcode - (Int)DW_OP_breg0; in dwarfexpr_to_dag()
/external/elfutils/libdwfl/
Dframe_unwind.c232 case DW_OP_breg0 ... DW_OP_breg31: in expr_eval()
233 if (! state_get_reg (state, op->atom - DW_OP_breg0, &val1)) in expr_eval()
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h444 DW_OP_breg0 =0x70, enumerator
/external/libunwind/include/
Ddwarf.h117 DW_OP_breg0 = 0x70, enumerator
/external/elfutils/libdw/
Ddwarf.h425 DW_OP_breg0 = 0x70, /* Base register 0. */ enumerator
Ddwarf_getlocation.c436 case DW_OP_breg0 ... DW_OP_breg31: in __libdw_intern_expression()
Dknown-dwarf.h392 DWARF_ONE_KNOWN_DW_OP (breg0, DW_OP_breg0) \
/external/elfutils/tests/
Dvarlocs.c304 case DW_OP_breg0 ... DW_OP_breg31: in print_expr()
/external/elfutils/src/
Dreadelf.c4242 case DW_OP_breg0 ... DW_OP_breg31: in print_ops()