Lines Matching defs:off
76 static unsigned get_d8(BYTE *seg, unsigned *off) in get_d8()
81 static unsigned get_d16(BYTE *seg, unsigned *off) in get_d16()
88 static char *get_mem(unsigned ModRM, BYTE *seg, unsigned *off, char **reg, char *msg) in get_mem()
130 static WORD get_disp(BYTE *seg, unsigned *off) in get_disp()
137 static WORD get_disp16(BYTE *seg, unsigned *off) in get_disp16()
145 static void print_instruction(BYTE *seg, unsigned off, int *tab, char *buf) in print_instruction()
151 static unsigned decode_br8(BYTE *seg, unsigned off, char *buf) in decode_br8()
158 static unsigned decode_r8b(BYTE *seg, unsigned off, char *buf) in decode_r8b()
165 static unsigned decode_wr16(BYTE *seg, unsigned off, char *buf) in decode_wr16()
172 static unsigned decode_r16w(BYTE *seg, unsigned off, char *buf) in decode_r16w()
179 static unsigned decode_ald8(BYTE *seg, unsigned off, char *buf) in decode_ald8()
185 static unsigned decode_axd16(BYTE *seg, unsigned off, char *buf) in decode_axd16()
191 static unsigned decode_pushpopseg(BYTE *seg, unsigned off, char *buf) in decode_pushpopseg()
197 static unsigned decode_databyte(BYTE *seg, unsigned off, char *buf) in decode_databyte()
203 static unsigned decode_wordreg(BYTE *seg, unsigned off, char *buf) in decode_wordreg()
210 static unsigned decode_cond_jump(BYTE *seg, unsigned off, char *buf) in decode_cond_jump()
216 static unsigned decode_bd8(BYTE *seg, unsigned off, char *buf) in decode_bd8()
224 static unsigned decode_wd16(BYTE *seg, unsigned off, char *buf) in decode_wd16()
232 static unsigned decode_wd8(BYTE *seg, unsigned off, char *buf) in decode_wd8()
240 static unsigned decode_ws(BYTE *seg, unsigned off, char *buf) in decode_ws()
247 static unsigned decode_sw(BYTE *seg, unsigned off, char *buf) in decode_sw()
254 static unsigned decode_w(BYTE *seg, unsigned off, char *buf) in decode_w()
261 static unsigned decode_b(BYTE *seg, unsigned off, char *buf) in decode_b()
268 static unsigned decode_xchgax(BYTE *seg, unsigned off, char *buf) in decode_xchgax()
274 static unsigned decode_far(BYTE *seg, unsigned off, char *buf) in decode_far()
282 static unsigned decode_almem(BYTE *seg, unsigned off, char *buf) in decode_almem()
288 static unsigned decode_axmem(BYTE *seg, unsigned off, char *buf) in decode_axmem()
294 static unsigned decode_memal(BYTE *seg, unsigned off, char *buf) in decode_memal()
300 static unsigned decode_memax(BYTE *seg, unsigned off, char *buf) in decode_memax()
306 static unsigned decode_string(BYTE *seg, unsigned off, char *buf) in decode_string()
316 static unsigned decode_rd(BYTE *seg, unsigned off, char *buf) in decode_rd()
326 static unsigned decode_d16(BYTE *seg, unsigned off, char *buf) in decode_d16()
332 static unsigned decode_int3(BYTE *seg, unsigned off, char *buf) in decode_int3()
338 static unsigned decode_d8(BYTE *seg, unsigned off, char *buf) in decode_d8()
344 static unsigned decode_bbit1(BYTE *seg, unsigned off, char *buf) in decode_bbit1()
351 static unsigned decode_wbit1(BYTE *seg, unsigned off, char *buf) in decode_wbit1()
358 static unsigned decode_bbitcl(BYTE *seg, unsigned off, char *buf) in decode_bbitcl()
365 static unsigned decode_wbitcl(BYTE *seg, unsigned off, char *buf) in decode_wbitcl()
372 static unsigned decode_disp(BYTE *seg, unsigned off, char *buf) in decode_disp()
378 static unsigned decode_escape(BYTE *seg, unsigned off, char *buf) in decode_escape()
386 static unsigned decode_adjust(BYTE *seg, unsigned off, char *buf) in decode_adjust()
395 static unsigned decode_d8al(BYTE *seg, unsigned off, char *buf) in decode_d8al()
401 static unsigned decode_d8ax(BYTE *seg, unsigned off, char *buf) in decode_d8ax()
407 static unsigned decode_axd8(BYTE *seg, unsigned off, char *buf) in decode_axd8()
413 static unsigned decode_far_ind(BYTE *seg, unsigned off, char *buf) in decode_far_ind()
420 static unsigned decode_portdx(BYTE *seg, unsigned off, char *buf) in decode_portdx()
437 static unsigned decode_disp16(BYTE *seg, unsigned off, char *buf) in decode_disp16()
443 static unsigned decode_f6(BYTE *seg, unsigned off, char *buf) in decode_f6()
452 static unsigned decode_f7(BYTE *seg, unsigned off, char *buf) in decode_f7()
461 static unsigned decode_ff(BYTE *seg, unsigned off, char *buf) in decode_ff()
471 static unsigned decode_bioscall(BYTE *seg, unsigned off, char *buf) in decode_bioscall()
490 static unsigned disasm(unsigned seg, unsigned off, char *buffer) in disasm()
510 static unsigned disassemble(unsigned seg, unsigned off, int count) in disassemble()
536 static unsigned hexdump(unsigned seg, unsigned off, unsigned count) in hexdump()
616 static int get_address(char *s, unsigned *seg, unsigned *off) in get_address()
721 static void enter_bytes(unsigned seg, unsigned off) in enter_bytes()
812 unsigned seg,off; in process_input() local