Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Di386-dis.c3146 static unsigned char *start_codep; variable
13408 start_codep = priv.the_buffer; in print_insn()
13598 if ((codep - start_codep) > MAX_CODE_LENGTH) in print_insn()
13659 (*info->print_address_func) ((bfd_vma) (start_pc + (codep - start_codep) in print_insn()
16194 segment = ((start_pc + (codep - start_codep)) in OP_J()
16205 disp = ((start_pc + (codep - start_codep) + disp) & mask) | segment; in OP_J()