Lines Matching refs:file_ptr
48 file_ptr
61 _bfd_real_fseek (FILE *file, file_ptr offset, int whence) in _bfd_real_fseek()
248 file_ptr nread; in bfd_read()
314 file_ptr nwrote; in bfd_write()
358 file_ptr
362 file_ptr ptr; in bfd_tell()
450 bfd_seek (bfd *abfd, file_ptr position, int direction) in bfd_seek()
655 int prot, int flags, file_ptr offset, in bfd_mmap()
678 static file_ptr
679 memory_bread (bfd *abfd, void *ptr, file_ptr size) in memory_bread()
698 static file_ptr
699 memory_bwrite (bfd *abfd, const void *ptr, file_ptr size) in memory_bwrite()
727 static file_ptr
734 memory_bseek (bfd *abfd, file_ptr position, int direction) in memory_bseek()
736 file_ptr nwhere; in memory_bseek()
819 int flags ATTRIBUTE_UNUSED, file_ptr offset ATTRIBUTE_UNUSED, in memory_bmmap()