Lines Matching refs:file_ptr
80 file_ptr first_file_filepos;
95 file_ptr armap_datepos; /* Position within archive to seek to
109 file_ptr origin; /* For element of a thin archive. */
111 file_ptr key;
136 (bfd *, file_ptr) ATTRIBUTE_HIDDEN;
138 (bfd *, file_ptr, bfd *) ATTRIBUTE_HIDDEN;
180 (bfd *, file_ptr, struct bfd_link_info *) ATTRIBUTE_HIDDEN;
284 (bfd *, asection *, void *, file_ptr, bfd_size_type) ATTRIBUTE_HIDDEN;
286 (bfd *, asection *, bfd_window *, file_ptr, bfd_size_type) ATTRIBUTE_HIDDEN;
491 (bfd *, asection *, const void *, file_ptr, bfd_size_type) ATTRIBUTE_HIDDEN;
498 (bfd *, asection *, const void *, file_ptr, bfd_size_type) ATTRIBUTE_HIDDEN;
818 extern file_ptr _bfd_real_ftell
821 (FILE *, file_ptr, int) ATTRIBUTE_HIDDEN;
986 file_ptr (*bread) (struct bfd *abfd, void *ptr, file_ptr nbytes);
987 file_ptr (*bwrite) (struct bfd *abfd, const void *ptr,
988 file_ptr nbytes);
991 file_ptr (*btell) (struct bfd *abfd);
994 int (*bseek) (struct bfd *abfd, file_ptr offset, int whence);
1005 int prot, int flags, file_ptr offset,