Searched refs:stop_vma (Results 1 – 10 of 10) sorted by relevance
42 || (info->stop_vma && (memaddr >= info->stop_vma in buffer_read_memory()43 || memaddr + end_addr_offset > info->stop_vma))) in buffer_read_memory()
238 info->stop_vma = 0; in print_insn_mcore()271 info->stop_vma = 0; in print_insn_mcore()
406 && (info->stop_vma == 0 || memaddr < (info->stop_vma - 1))) in print_insn_vax()
738 * dis-buf.c (buffer_read_memory): Fail is stop_vma is set and the742 * mcore-dis.c (print_insn_mcore): Disable stop_vma when reading745 * tic6x-dis.c (print_insn_tic6x): Disable stop_vma when reading748 does not clash with the stop_vma.
909 info->stop_vma = 0; in print_insn_sh()
254 info->stop_vma = 0; in print_insn_tic6x()
221 bfd_vma stop_vma; member
118 * dis-asm.h (struct disassemble_info): Add stop_vma field.
1724 inf->stop_vma = section->vma + stop_offset; in disassemble_bytes()1728 inf->stop_vma = 0; in disassemble_bytes()
311 * objdump.c (disassemble_bytes): Set the stop_vma field in the