Searched refs:asm_file_startpos (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dc-pch.c83 static long asm_file_startpos; variable
161 asm_file_startpos = ftell (asm_out_file);
185 h.asm_size = asm_file_end - asm_file_startpos;
192 if (fseek (asm_out_file, asm_file_startpos, SEEK_SET) != 0)
195 for (written = asm_file_startpos; written < asm_file_end; )

Completed in 40 milliseconds