Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/opcodes/
H A Di386-dis.c2307 static unsigned char *start_codep; variable
11451 start_codep = priv.the_buffer; in print_insn()
11648 if ((codep - start_codep) > MAX_CODE_LENGTH) in print_insn()
11702 (*info->print_address_func) ((bfd_vma) (start_pc + codep - start_codep in print_insn()
13824 segment = ((start_pc + codep - start_codep) in OP_J()
13834 disp = ((start_pc + (codep - start_codep) + disp) & mask) | segment; in OP_J()
/dflybsd-src/contrib/binutils-2.34/opcodes/
H A Di386-dis.c2999 static unsigned char *start_codep; variable
12013 start_codep = priv.the_buffer; in print_insn()
12255 if ((codep - start_codep) > MAX_CODE_LENGTH) in print_insn()
12328 (*info->print_address_func) ((bfd_vma) (start_pc + (codep - start_codep) in print_insn()
14912 segment = ((start_pc + (codep - start_codep)) in OP_J()
14923 disp = ((start_pc + (codep - start_codep) + disp) & mask) | segment; in OP_J()
/dflybsd-src/contrib/binutils-2.27/opcodes/
H A 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()