Lines Matching refs:file_ptr
280 static file_ptr
292 file_ptr result = _bfd_real_ftell (f); in cache_btell()
299 cache_bseek (struct bfd *abfd, file_ptr offset, int whence) in cache_bseek()
322 static file_ptr
323 cache_bread_1 (FILE *f, void *buf, file_ptr nbytes) in cache_bread_1()
325 file_ptr nread; in cache_bread_1()
334 if (nread == (file_ptr)-1) in cache_bread_1()
357 static file_ptr
358 cache_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in cache_bread()
362 file_ptr nread = 0; in cache_bread()
377 const file_ptr max_chunk_size = 0x800000; in cache_bread()
378 file_ptr chunk_size = nbytes - nread; in cache_bread()
379 file_ptr chunk_nread; in cache_bread()
406 static file_ptr
407 cache_bwrite (struct bfd *abfd, const void *from, file_ptr nbytes) in cache_bwrite()
411 file_ptr nwrite; in cache_bwrite()
488 file_ptr offset ATTRIBUTE_UNUSED, in cache_bmmap()
503 file_ptr pg_offset; in cache_bmmap()