Lines Matching full:iostream
151 if (fclose ((FILE *) abfd->iostream) == 0)
161 abfd->iostream = NULL;
197 to_kill->where = real_ftell ((FILE *) to_kill->iostream);
209 ? (FILE *) (bfd_last_cache->iostream) \
229 if (abfd->iostream != NULL)
237 return (FILE *) abfd->iostream;
246 && real_fseek ((FILE *) abfd->iostream, abfd->where, SEEK_SET) != 0
250 return (FILE *) abfd->iostream;
276 This allows someone to play with the iostream behind BFD's back.
493 BFD_ASSERT (abfd->iostream != NULL);
527 if (abfd->iostream == NULL)
591 abfd->iostream = real_fopen (abfd->filename, FOPEN_RB);
597 abfd->iostream = real_fopen (abfd->filename, FOPEN_RUB);
598 if (abfd->iostream == NULL)
599 abfd->iostream = real_fopen (abfd->filename, FOPEN_WUB);
629 abfd->iostream = real_fopen (abfd->filename, FOPEN_WUB);
635 if (abfd->iostream == NULL)
643 return (FILE *) abfd->iostream;