Lines Matching refs:FILE
151 if (fclose ((FILE *) abfd->iostream) == 0) in bfd_cache_delete()
197 to_kill->where = real_ftell ((FILE *) to_kill->iostream); in close_one()
209 ? (FILE *) (bfd_last_cache->iostream) \
219 static FILE *
237 return (FILE *) abfd->iostream; in bfd_cache_lookup_worker()
246 && real_fseek ((FILE *) abfd->iostream, abfd->where, SEEK_SET) != 0 in bfd_cache_lookup_worker()
250 return (FILE *) abfd->iostream; in bfd_cache_lookup_worker()
260 FILE *f = bfd_cache_lookup (abfd, CACHE_NO_OPEN); in cache_btell()
269 FILE *f = bfd_cache_lookup (abfd, whence != SEEK_CUR ? CACHE_NO_SEEK : CACHE_NORMAL); in cache_bseek()
285 FILE *f; in cache_bread_1()
374 FILE *f = bfd_cache_lookup (abfd, CACHE_NORMAL); in cache_bwrite()
397 FILE *f = bfd_cache_lookup (abfd, CACHE_NO_OPEN); in cache_bflush()
411 FILE *f = bfd_cache_lookup (abfd, CACHE_NO_SEEK_ERROR); in cache_bstat()
439 FILE *f; in cache_bmmap()
576 FILE *
643 return (FILE *) abfd->iostream; in bfd_open_file()