Searched refs:DW_OP_fbreg (Results 1 – 22 of 22) sorted by relevance
12 ; (DW_OP_fbreg: .*): DW_OP_fbreg has code 0x91
3 ; DW_OP_fbreg
32 ; 0x91 = DW_OP_fbreg
221 DW_OP_fbreg = 0x91, // SLEB128 offset enumerator
708 case DW_OP_fbreg: in evaluateExpression()
96 case DW_OP_fbreg: size = -128; break; in print_dwarf_exp_op()
71 EmitOp(dwarf::DW_OP_fbreg); in AddMachineRegIndirect()
100 [DW_OP_fbreg] = OPND1 (SLEB128),634 case DW_OP_fbreg: in dwarf_eval_expr()
17 ; Rather hard-coded, but 0x91 => DW_OP_fbreg and 0xa401 is SLEB128 encoded 164.
477 DW_OP_fbreg =0x91, enumerator
126 DW_OP_fbreg = 0x91, enumerator
1071 DW_OP_fbreg = 0x91 // 1 param: SLEB128 offset enumerator1136 w->Write<uint8_t>(DW_OP_fbreg); in WriteBodyInternal()1187 w->Write<uint8_t>(DW_OP_fbreg); in WriteBodyInternal()1200 w->Write<uint8_t>(DW_OP_fbreg); in WriteBodyInternal()1211 w->Write<uint8_t>(DW_OP_fbreg); in WriteBodyInternal()
546 DW_OP_fbreg = 0x91, enumerator
588 case DW_OP_fbreg: in ML_()1103 else if (nbytes >= 1 && *p == DW_OP_fbreg) { in ML_()
455 DW_OP_fbreg = 0x91, /* Signed LEB128 offset. */ enumerator
403 case DW_OP_fbreg: in __libdw_intern_expression()
442 ONE_KNOWN_DW_OP_DESC (fbreg, DW_OP_fbreg, "Signed LEB128 offset.") \
1514 * dwarf.h (DW_OP_fbreg): Comment fix.
531 case DW_OP_fbreg: // 0x91 1 SLEB128 offset in DumpLocation()988 case DW_OP_fbreg: // 0x91 1 SLEB128 offset in GetOpcodeDataSize()2492 case DW_OP_fbreg: in Evaluate()
311 case DW_OP_fbreg: in print_expr()
303 if (op->atom == DW_OP_fbreg) { in convert_variable_location()
4135 case DW_OP_fbreg: in print_ops()