Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dmips-tfile.c1497 static unsigned long max_file_offset = 0; /* maximum file offset */ variable
4292 if (file_offset > max_file_offset) in read_seek()
4293 max_file_offset = file_offset; in read_seek()
4436 if (max_file_offset != (unsigned long) stat_buf.st_size) in copy_object()
4438 max_file_offset, in copy_object()
H A DChangeLog-200333105 (file_offset, max_file_offset): Declare as unsigned long.
33107 either file_offset or max_file_offset.