Lines Matching refs:file_ptr
276 static file_ptr
286 cache_bseek (struct bfd *abfd, file_ptr offset, int whence) in cache_bseek()
301 static file_ptr
302 cache_bread_1 (FILE *f, void *buf, file_ptr nbytes) in cache_bread_1()
304 file_ptr nread; in cache_bread_1()
313 if (nread == (file_ptr)-1) in cache_bread_1()
336 static file_ptr
337 cache_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in cache_bread()
339 file_ptr nread = 0; in cache_bread()
351 const file_ptr max_chunk_size = 0x800000; in cache_bread()
352 file_ptr chunk_size = nbytes - nread; in cache_bread()
353 file_ptr chunk_nread; in cache_bread()
378 static file_ptr
379 cache_bwrite (struct bfd *abfd, const void *from, file_ptr nbytes) in cache_bwrite()
381 file_ptr nwrite; in cache_bwrite()
435 file_ptr offset ATTRIBUTE_UNUSED, in cache_bmmap()
448 file_ptr pg_offset; in cache_bmmap()