Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dobjdump.c108 static bfd_vma stop_address = (bfd_vma) -1; /* --stop-address */ variable
1926 if (stop_address == (bfd_vma) -1) in disassemble_section()
1930 if (stop_address < section->vma) in disassemble_section()
1933 stop_offset = stop_address - section->vma; in disassemble_section()
2745 if (stop_address == (bfd_vma) -1) in dump_section()
2749 if (stop_address < section->vma) in dump_section()
2752 stop_offset = stop_address - section->vma; in dump_section()
2960 if (stop_address != (bfd_vma) -1 in dump_reloc_set()
2961 && q->address > stop_address) in dump_reloc_set()
3511 if ((stop_address != (bfd_vma) -1) && stop_address <= start_address) in main()
[all …]
DChangeLog-91972111 (stop_address): New variable.
2115 (disassemble_data): Handle start_address and stop_address.