Home | History | Annotate | Download | only in testdata

Lines Matching defs:SEG

88 	short	seg;		/* segment of far address */
180 PTR, /* Seg:Displacement addr (ptr16:16 or ptr16:32) */
185 SEG, /* Segment Prefix */
972 [0x26] = { SEG,0, "ES:" },
980 [0x2e] = { SEG,0, "CS:" },
988 [0x36] = { SEG,0, "SS:" },
996 [0x3e] = { SEG,0, "DS:" },
1034 [0x64] = { SEG,0, "FS:" },
1035 [0x65] = { SEG,0, "GS:" },
1609 case PTR: /* Seg:Displacement addr (ptr16:16 or ptr16:32) */
1618 if (igets(map, ip, (ushort*)&ip->seg) < 0)
1652 case SEG: /* Segment Prefix */
1862 bprint(ip,"%#ux:%#ux", ip->seg, ip->disp);