Searched refs:sofar_off (Results 1 – 1 of 1) sorted by relevance
3422 bfd_vma sofar_off = sofar % 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()