Searched refs:vma_off (Results 1 – 1 of 1) sorted by relevance
3391 bfd_vma vma_off = current->vma % align; in coff_compute_section_file_positions() local3393 if (vma_off > sofar_off) in coff_compute_section_file_positions()3394 sofar += vma_off - sofar_off; in coff_compute_section_file_positions()3395 else if (vma_off < sofar_off) in coff_compute_section_file_positions()3396 sofar += align + vma_off - sofar_off; in coff_compute_section_file_positions()