Home
last modified time | relevance | path

Searched refs:file_sofar (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Decoff.c1941 file_ptr sofar, file_sofar; in ecoff_compute_section_file_positions() local
1952 file_sofar = sofar; in ecoff_compute_section_file_positions()
2023 file_sofar = (file_sofar + round - 1) &~ (round - 1); in ecoff_compute_section_file_positions()
2033 file_sofar = (file_sofar + round - 1) &~ (round - 1); in ecoff_compute_section_file_positions()
2044 file_sofar = (file_sofar + round - 1) &~ (round - 1); in ecoff_compute_section_file_positions()
2051 file_sofar = BFD_ALIGN (file_sofar, 1 << alignment_power); in ecoff_compute_section_file_positions()
2058 file_sofar += (current->vma - file_sofar) % round; in ecoff_compute_section_file_positions()
2062 current->filepos = file_sofar; in ecoff_compute_section_file_positions()
2066 file_sofar += current->size; in ecoff_compute_section_file_positions()
2072 file_sofar = BFD_ALIGN (file_sofar, 1 << alignment_power); in ecoff_compute_section_file_positions()
[all …]