Lines Matching refs:file_ptr
48 file_ptr
61 _bfd_real_fseek (FILE *file, file_ptr offset, int whence) in _bfd_real_fseek()
228 file_ptr nread; in bfd_bread()
273 file_ptr nwrote; in bfd_bwrite()
298 file_ptr
302 file_ptr ptr; in bfd_tell()
360 bfd_seek (bfd *abfd, file_ptr position, int direction) in bfd_seek()
560 int prot, int flags, file_ptr offset, in bfd_mmap()
583 static file_ptr
584 memory_bread (bfd *abfd, void *ptr, file_ptr size) in memory_bread()
603 static file_ptr
604 memory_bwrite (bfd *abfd, const void *ptr, file_ptr size) in memory_bwrite()
632 static file_ptr
639 memory_bseek (bfd *abfd, file_ptr position, int direction) in memory_bseek()
641 file_ptr nwhere; in memory_bseek()
724 int flags ATTRIBUTE_UNUSED, file_ptr offset ATTRIBUTE_UNUSED, in memory_bmmap()