Searched refs:start_codep (Results 1 – 3 of 3) sorted by relevance
2307 static unsigned char *start_codep; variable11451 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()
2999 static unsigned char *start_codep; variable12013 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()
3146 static unsigned char *start_codep; variable13408 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()