Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dobjdump.c114 static bfd_vma adjust_section_vma = 0; /* --adjust-vma */ variable
3326 section->vma += adjust_section_vma; in adjust_addresses()
3328 section->lma += adjust_section_vma; in adjust_addresses()
3340 if (adjust_section_vma != 0) in dump_bfd()
3646 adjust_section_vma = parse_vma (optarg, "--adjust-vma"); in main()
DChangeLog-2005372 adjust_section_vma.
DChangeLog-9197531 * objdump.c (adjust_section_vma): New static variable.
535 (display_bfd): If adjust_section_vma is not 0, add it to all the
2908 (adjust_section_vma, adjust_sections): New static variables.