Home
last modified time | relevance | path

Searched refs:start_codep (Results 1 – 1 of 1) sorted by relevance

/external/qemu/
Di386-dis.c1573 static unsigned char *start_codep; variable
3661 start_codep = priv.the_buffer; in print_insn()
3950 (*info->print_address_func) ((bfd_vma) (start_pc + codep - start_codep in print_insn()
5600 segment = ((start_pc + codep - start_codep) in OP_J()
5609 disp = ((start_pc + codep - start_codep + disp) & mask) | segment; in OP_J()