Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/opcodes/
Di386-dis.c1462 static unsigned char *start_codep; variable
3669 start_codep = priv.the_buffer; in print_insn()
3958 (*info->print_address_func) ((bfd_vma) (start_pc + codep - start_codep in print_insn()
5612 segment = ((start_pc + codep - start_codep) in OP_J()
5621 disp = ((start_pc + codep - start_codep + disp) & mask) | segment; in OP_J()