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

/freebsd-10.1-release/contrib/binutils/binutils/
H A Dobjdump.c108 static bfd_vma adjust_section_vma = 0; /* --adjust-vma */ variable
2839 section->vma += adjust_section_vma;
2841 section->lma += adjust_section_vma;
2853 if (adjust_section_vma != 0)
3120 adjust_section_vma = parse_vma (optarg, "--adjust-vma");

Completed in 160 milliseconds