Lines Matching refs:file_ptr
543 file_ptr (*pread) (struct bfd *abfd, void *stream, void *buf,
544 file_ptr nbytes, file_ptr offset);
547 file_ptr where;
550 static file_ptr
558 opncls_bseek (struct bfd *abfd, file_ptr offset, int whence) in opncls_bseek()
570 static file_ptr
571 opncls_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in opncls_bread()
574 file_ptr nread = (vec->pread) (abfd, vec->stream, buf, nbytes, vec->where); in opncls_bread()
582 static file_ptr
585 file_ptr nbytes ATTRIBUTE_UNUSED) in opncls_bwrite()
628 file_ptr offset ATTRIBUTE_UNUSED, in opncls_bmmap()
645 file_ptr (*pread_p) (struct bfd *, void *, void *, in bfd_openr_iovec() argument
646 file_ptr, file_ptr), in bfd_openr_iovec() argument