Lines Matching refs:iostream
168 if (fclose ((FILE *) abfd->iostream) == 0) in bfd_cache_delete()
178 abfd->iostream = NULL; in bfd_cache_delete()
214 to_kill->where = _bfd_real_ftell ((FILE *) to_kill->iostream); in close_one()
226 ? (FILE *) (bfd_last_cache->iostream) \
246 if (abfd->iostream != NULL) in bfd_cache_lookup_worker()
254 return (FILE *) abfd->iostream; in bfd_cache_lookup_worker()
263 && _bfd_real_fseek ((FILE *) abfd->iostream, in bfd_cache_lookup_worker()
268 return (FILE *) abfd->iostream; in bfd_cache_lookup_worker()
497 BFD_ASSERT (abfd->iostream != NULL); in bfd_cache_init()
531 if (abfd->iostream == NULL) in bfd_cache_close()
595 abfd->iostream = _bfd_real_fopen (abfd->filename, FOPEN_RB); in bfd_open_file()
601 abfd->iostream = _bfd_real_fopen (abfd->filename, FOPEN_RUB); in bfd_open_file()
602 if (abfd->iostream == NULL) in bfd_open_file()
603 abfd->iostream = _bfd_real_fopen (abfd->filename, FOPEN_WUB); in bfd_open_file()
633 abfd->iostream = _bfd_real_fopen (abfd->filename, FOPEN_WUB); in bfd_open_file()
639 if (abfd->iostream == NULL) in bfd_open_file()
647 return (FILE *) abfd->iostream; in bfd_open_file()