Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Di386-dis.c1137 static unsigned char *start_codep; variable
2049 start_codep = priv.the_buffer; in print_insn()
2309 (*info->print_address_func) ((bfd_vma) (start_pc + codep - start_codep in print_insn()
3683 disp = (start_pc + codep - start_codep + disp) & mask; in OP_J()
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Di386-dis.c1188 static unsigned char *start_codep; variable
2685 start_codep = priv.the_buffer; in print_insn()
2957 (*info->print_address_func) ((bfd_vma) (start_pc + codep - start_codep in print_insn()
4532 disp = (start_pc + codep - start_codep + disp) & mask; in OP_J()