Lines Matching refs:file_ptr
257 static file_ptr
267 cache_bseek (struct bfd *abfd, file_ptr offset, int whence) in cache_bseek()
282 static file_ptr
283 cache_bread_1 (struct bfd *abfd, void *buf, file_ptr nbytes) in cache_bread_1()
286 file_ptr nread; in cache_bread_1()
310 if (nread == (file_ptr)-1) in cache_bread_1()
333 static file_ptr
334 cache_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in cache_bread()
336 file_ptr nread = 0; in cache_bread()
343 const file_ptr max_chunk_size = 0x800000; in cache_bread()
344 file_ptr chunk_size = nbytes - nread; in cache_bread()
345 file_ptr chunk_nread; in cache_bread()
370 static file_ptr
371 cache_bwrite (struct bfd *abfd, const void *where, file_ptr nbytes) in cache_bwrite()
373 file_ptr nwrite; in cache_bwrite()
427 file_ptr offset ATTRIBUTE_UNUSED, in cache_bmmap()
440 file_ptr pg_offset; in cache_bmmap()