Searched refs:vma_off (Results 1 – 1 of 1) sorted by relevance
3423 bfd_vma vma_off = current->vma % align; in coff_compute_section_file_positions() local3425 if (vma_off > sofar_off) in coff_compute_section_file_positions()3426 sofar += vma_off - sofar_off; in coff_compute_section_file_positions()3427 else if (vma_off < sofar_off) in coff_compute_section_file_positions()3428 sofar += align + vma_off - sofar_off; in coff_compute_section_file_positions()