Lines Matching refs:file_ptr
71 file_ptr first_file_filepos;
86 file_ptr armap_datepos; /* Position within archive to seek to
100 file_ptr origin; /* For element of a thin archive. */
102 file_ptr key;
138 (bfd *, file_ptr);
140 (bfd *, file_ptr, bfd *);
162 (bfd *archive, file_ptr filepos);
244 (bfd *, asection *, void *, file_ptr, bfd_size_type);
246 (bfd *, asection *, bfd_window *, file_ptr, bfd_size_type);
444 ((bfd_boolean (*) (bfd *, asection *, const void *, file_ptr, bfd_size_type)) \
452 (bfd *, asection *, const void *, file_ptr, bfd_size_type);
774 extern file_ptr real_ftell (FILE *file);
775 extern int real_fseek (FILE *file, file_ptr offset, int whence);
860 file_ptr (*bread) (struct bfd *abfd, void *ptr, file_ptr nbytes);
861 file_ptr (*bwrite) (struct bfd *abfd, const void *ptr,
862 file_ptr nbytes);
865 file_ptr (*btell) (struct bfd *abfd);
868 int (*bseek) (struct bfd *abfd, file_ptr offset, int whence);
879 int prot, int flags, file_ptr offset,