reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1020 if (opcodes.GetByteSize() == 0) { 1051 while (opcodes.ValidOffset(offset)) { 1053 const uint8_t op = opcodes.GetU8(&offset); 1073 stack.push_back(Scalar(opcodes.GetAddress(&offset))); 1225 uint8_t size = opcodes.GetU8(&offset); 1371 stack.push_back(Scalar((uint8_t)opcodes.GetU8(&offset))); 1374 stack.push_back(Scalar((int8_t)opcodes.GetU8(&offset))); 1377 stack.push_back(Scalar((uint16_t)opcodes.GetU16(&offset))); 1380 stack.push_back(Scalar((int16_t)opcodes.GetU16(&offset))); 1383 stack.push_back(Scalar((uint32_t)opcodes.GetU32(&offset))); 1386 stack.push_back(Scalar((int32_t)opcodes.GetU32(&offset))); 1389 stack.push_back(Scalar((uint64_t)opcodes.GetU64(&offset))); 1392 stack.push_back(Scalar((int64_t)opcodes.GetU64(&offset))); 1395 stack.push_back(Scalar(opcodes.GetULEB128(&offset))); 1398 stack.push_back(Scalar(opcodes.GetSLEB128(&offset))); 1444 uint8_t pick_idx = opcodes.GetU8(&offset); 1699 const uint64_t uconst_value = opcodes.GetULEB128(&offset); 1795 int16_t skip_offset = (int16_t)opcodes.GetU16(&offset); 1797 if (opcodes.ValidOffset(new_offset)) 1822 int16_t bra_offset = (int16_t)opcodes.GetU16(&offset); 1826 if (opcodes.ValidOffset(new_offset)) 2050 reg_num = opcodes.GetULEB128(&offset); 2098 int64_t breg_offset = opcodes.GetSLEB128(&offset); 2113 reg_num = opcodes.GetULEB128(&offset); 2117 int64_t breg_offset = opcodes.GetSLEB128(&offset); 2131 int64_t fbreg_offset = opcodes.GetSLEB128(&offset); 2173 const uint64_t piece_byte_size = opcodes.GetULEB128(&offset); 2309 const uint64_t piece_bit_size = opcodes.GetULEB128(&offset); 2310 const uint64_t piece_bit_offset = opcodes.GetULEB128(&offset); 2436 const uint64_t die_offset = opcodes.GetULEB128(&offset); 2589 uint64_t index = opcodes.GetULEB128(&offset); 2609 uint64_t index = opcodes.GetULEB128(&offset); 2615 if (!Evaluate_DW_OP_entry_value(stack, exe_ctx, reg_ctx, opcodes, offset,