Searched refs:opsize (Results 1 – 6 of 6) sorted by relevance
49 int opsize; in parse_packet() local58 opsize = *ptr++; in parse_packet()59 if (opsize < 2) in parse_packet()61 if (opsize > length) in parse_packet()66 if (opsize == TCPOLEN_MAXSEG) in parse_packet()70 if (opsize == TCPOLEN_WINDOW) in parse_packet()74 if (opsize == TCPOLEN_TIMESTAMP) in parse_packet()78 if (opsize == TCPOLEN_SACK_PERMITTED) in parse_packet()83 ptr += opsize - 2; in parse_packet()84 length -= opsize; in parse_packet()
23 sub opsize() subroutine49 if ($dst =~ m/^%/o) { $suffix=&opsize($dst); }50 elsif ($src =~ m/^%/o) { $suffix=&opsize($src); }
590 uint8_t opsize = 0; in printOperand() local685 opsize = 1; // immediate of 1 byte in printOperand()710 opsize = 2; in printOperand()745 if (opsize > 0) in printOperand()746 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].size = opsize; in printOperand()
496 uint8_t opsize = 0; in printOperand() local588 opsize = 1; // immediate of 1 byte in printOperand()622 opsize = 2; in printOperand()659 if (opsize > 0) in printOperand()660 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].size = opsize; in printOperand()
47 # Test that immediate is printed correctly within opsize prefix
86 # Test that immediate is printed correctly within opsize prefix