HomeSort by: relevance | last modified time | path
    Searched defs:adjust_section_vma (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
objdump.c 128 static bfd_vma adjust_section_vma = 0; /* --adjust-vma */ variable
5661 section->vma += adjust_section_vma;
5663 section->lma += adjust_section_vma;
5743 if (adjust_section_vma != 0)
6108 adjust_section_vma = parse_vma (optarg, "--adjust-vma");
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 128 static bfd_vma adjust_section_vma = 0; /* --adjust-vma */ variable
5672 section->vma += adjust_section_vma;
5674 section->lma += adjust_section_vma;
5754 if (adjust_section_vma != 0)
6119 adjust_section_vma = parse_vma (optarg, "--adjust-vma");

Completed in 31 milliseconds