Lines Matching refs:file_ptr
45 file_ptr
58 real_fseek (FILE *file, file_ptr offset, int whence) in real_fseek()
229 file_ptr
232 file_ptr ptr; in bfd_tell()
281 bfd_seek (bfd *abfd, file_ptr position, int direction) in bfd_seek()
284 file_ptr file_position; in bfd_seek()
423 file_ptr
456 int prot, int flags, file_ptr offset, in bfd_mmap()
470 static file_ptr
471 memory_bread (bfd *abfd, void *ptr, file_ptr size) in memory_bread()
490 static file_ptr
491 memory_bwrite (bfd *abfd, const void *ptr, file_ptr size) in memory_bwrite()
519 static file_ptr
526 memory_bseek (bfd *abfd, file_ptr position, int direction) in memory_bseek()
528 file_ptr nwhere; in memory_bseek()
612 int flags ATTRIBUTE_UNUSED, file_ptr offset ATTRIBUTE_UNUSED, in memory_bmmap()