Lines Matching refs:file_ptr
470 file_ptr (*pread) (struct bfd *abfd, void *stream, void *buf,
471 file_ptr nbytes, file_ptr offset);
474 file_ptr where;
477 static file_ptr
485 opncls_bseek (struct bfd *abfd, file_ptr offset, int whence) in opncls_bseek()
497 static file_ptr
498 opncls_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in opncls_bread()
501 file_ptr nread = (vec->pread) (abfd, vec->stream, buf, nbytes, vec->where); in opncls_bread()
508 static file_ptr
511 file_ptr nbytes ATTRIBUTE_UNUSED) in opncls_bwrite()
553 file_ptr offset ATTRIBUTE_UNUSED, in opncls_bmmap()
569 file_ptr (*pread_p) (struct bfd *, void *, void *, in bfd_openr_iovec() argument
570 file_ptr, file_ptr), in bfd_openr_iovec() argument