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

/haiku-buildtools/legacy/binutils/binutils/
H A Dobjdump.c103 static bfd_vma adjust_section_vma = 0; /* --adjust-vma */ variable
2760 section->vma += adjust_section_vma;
2762 section->lma += adjust_section_vma;
2774 if (adjust_section_vma != 0)
3037 adjust_section_vma = parse_vma (optarg, "--adjust-vma");
/haiku-buildtools/binutils/binutils/
H A Dobjdump.c114 static bfd_vma adjust_section_vma = 0; /* --adjust-vma */ variable
3410 section->vma += adjust_section_vma;
3412 section->lma += adjust_section_vma;
3424 if (adjust_section_vma != 0)
3731 adjust_section_vma = parse_vma (optarg, "--adjust-vma");

Completed in 233 milliseconds