Lines Matching refs:file_ptr
66 file_ptr first_file_filepos;
81 file_ptr armap_datepos; /* Position within archive to seek to
95 file_ptr origin; /* For element of a thin archive. */
97 file_ptr key;
133 (bfd *, file_ptr);
135 (bfd *, file_ptr, bfd *);
157 (bfd *archive, file_ptr filepos);
239 (bfd *, asection *, void *, file_ptr, bfd_size_type);
241 (bfd *, asection *, bfd_window *, file_ptr, bfd_size_type);
439 ((bfd_boolean (*) (bfd *, asection *, const void *, file_ptr, bfd_size_type)) \
447 (bfd *, asection *, const void *, file_ptr, bfd_size_type);
769 extern file_ptr real_ftell (FILE *file);
770 extern int real_fseek (FILE *file, file_ptr offset, int whence);