Lines Matching refs:file_ptr
43 file_ptr
56 real_fseek (FILE *file, file_ptr offset, int whence) in real_fseek()
227 file_ptr
230 file_ptr ptr; in bfd_tell()
279 bfd_seek (bfd *abfd, file_ptr position, int direction) in bfd_seek()
282 file_ptr file_position; in bfd_seek()
421 file_ptr
454 int prot, int flags, file_ptr offset, in bfd_mmap()
468 static file_ptr
469 memory_bread (bfd *abfd, void *ptr, file_ptr size) in memory_bread()
488 static file_ptr
489 memory_bwrite (bfd *abfd, const void *ptr, file_ptr size) in memory_bwrite()
517 static file_ptr
524 memory_bseek (bfd *abfd, file_ptr position, int direction) in memory_bseek()
526 file_ptr nwhere; in memory_bseek()
610 int flags ATTRIBUTE_UNUSED, file_ptr offset ATTRIBUTE_UNUSED, in memory_bmmap()