Home | History | Annotate | Download | only in Expression

Lines Matching full:dw_op_consts

61     case 0x11: return "DW_OP_consts";
329 case DW_OP_consts: s->Printf("DW_OP_consts(0x%" PRId64 ") ", m_data.GetSLEB128(&offset)); break; // 0x11 1 SLEB128 constant
953 case DW_OP_consts: // 0x11 1 SLEB128 constant
1626 // DW_OP_consts signed LEB128 integer constant
1637 case DW_OP_consts : stack.push_back(Scalar(opcodes.GetSLEB128 (&offset))); break;