Home
last modified time | relevance | path

Searched refs:iostream (Results 1 – 25 of 44) sorted by relevance

12

/dragonfly/contrib/gdb-7/bfd/
HDcache.c126 if (fclose ((FILE *) abfd->iostream) == 0) in bfd_cache_delete()
136 abfd->iostream = NULL; in bfd_cache_delete()
172 to_kill->where = real_ftell ((FILE *) to_kill->iostream); in close_one()
184 ? (FILE *) (bfd_last_cache->iostream) \
204 if (abfd->iostream != NULL) in bfd_cache_lookup_worker()
212 return (FILE *) abfd->iostream; in bfd_cache_lookup_worker()
221 && real_fseek ((FILE *) abfd->iostream, abfd->where, SEEK_SET) != 0 in bfd_cache_lookup_worker()
225 return (FILE *) abfd->iostream; in bfd_cache_lookup_worker()
468 BFD_ASSERT (abfd->iostream != NULL); in bfd_cache_init()
502 if (abfd->iostream == NULL) in bfd_cache_close()
[all …]
HDopncls.c86 nbfd->iostream = NULL; in _bfd_new_bfd()
125 nbfd->iostream = obfd->iostream; in _bfd_new_bfd_contained_in()
228 nbfd->iostream = fdopen (fd, mode); in bfd_fopen()
231 nbfd->iostream = real_fopen (filename, mode); in bfd_fopen()
232 if (nbfd->iostream == NULL) in bfd_fopen()
394 nbfd->iostream = stream; in bfd_openstreamr()
475 struct opncls *vec = (struct opncls *) abfd->iostream; in opncls_btell()
482 struct opncls *vec = (struct opncls *) abfd->iostream; in opncls_bseek()
495 struct opncls *vec = (struct opncls *) abfd->iostream; in opncls_bread()
514 struct opncls *vec = (struct opncls *) abfd->iostream; in opncls_bclose()
[all …]
HDbfdio.c476 bim = (struct bfd_in_memory *) abfd->iostream; in memory_bread()
493 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bwrite()
531 bim = (struct bfd_in_memory *) abfd->iostream; in memory_bseek()
582 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bclose()
587 abfd->iostream = NULL; in memory_bclose()
601 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bstat()
HDbfdwin.c155 if (abfd->iostream == NULL in bfd_get_file_window()
160 fd = fileno ((FILE *) abfd->iostream); in bfd_get_file_window()
/dragonfly/contrib/binutils-2.27/bfd/
HDcache.c169 if (fclose ((FILE *) abfd->iostream) == 0) in bfd_cache_delete()
179 abfd->iostream = NULL; in bfd_cache_delete()
215 to_kill->where = real_ftell ((FILE *) to_kill->iostream); in close_one()
227 ? (FILE *) (bfd_last_cache->iostream) \
248 if (abfd->iostream != NULL) in bfd_cache_lookup_worker()
256 return (FILE *) abfd->iostream; in bfd_cache_lookup_worker()
265 && real_fseek ((FILE *) abfd->iostream, abfd->where, SEEK_SET) != 0 in bfd_cache_lookup_worker()
269 return (FILE *) abfd->iostream; in bfd_cache_lookup_worker()
513 BFD_ASSERT (abfd->iostream != NULL); in bfd_cache_init()
547 if (abfd->iostream == NULL) in bfd_cache_close()
[all …]
HDopncls.c108 nbfd->iostream = obfd->iostream; in _bfd_new_bfd_contained_in()
218 nbfd->iostream = fdopen (fd, mode); in bfd_fopen()
221 nbfd->iostream = real_fopen (filename, mode); in bfd_fopen()
222 if (nbfd->iostream == NULL) in bfd_fopen()
397 nbfd->iostream = stream; in bfd_openstreamr()
482 struct opncls *vec = (struct opncls *) abfd->iostream; in opncls_btell()
489 struct opncls *vec = (struct opncls *) abfd->iostream; in opncls_bseek()
502 struct opncls *vec = (struct opncls *) abfd->iostream; in opncls_bread()
521 struct opncls *vec = (struct opncls *) abfd->iostream; in opncls_bclose()
527 abfd->iostream = NULL; in opncls_bclose()
[all …]
HDbfdio.c476 bim = (struct bfd_in_memory *) abfd->iostream; in memory_bread()
493 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bwrite()
531 bim = (struct bfd_in_memory *) abfd->iostream; in memory_bseek()
582 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bclose()
587 abfd->iostream = NULL; in memory_bclose()
601 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bstat()
HDbfdwin.c155 if (abfd->iostream == NULL in bfd_get_file_window()
160 fd = fileno ((FILE *) abfd->iostream); in bfd_get_file_window()
HDplugin.c183 if (!iobfd->iostream && !bfd_open_file (iobfd)) in try_claim()
186 file.fd = fileno ((FILE *) iobfd->iostream); in try_claim()
HDpeicode.h1058 abfd->iostream = (void *) vars.bim; in pe_ILF_build_a_bfd()
/dragonfly/contrib/binutils-2.34/bfd/
HDcache.c168 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()
[all …]
HDopncls.c109 nbfd->iostream = obfd->iostream; in _bfd_new_bfd_contained_in()
219 nbfd->iostream = fdopen (fd, mode); in bfd_fopen()
222 nbfd->iostream = _bfd_real_fopen (filename, mode); in bfd_fopen()
223 if (nbfd->iostream == NULL) in bfd_fopen()
239 fclose (nbfd->iostream); in bfd_fopen()
256 fclose (nbfd->iostream); in bfd_fopen()
407 nbfd->iostream = stream; in bfd_openstreamr()
496 struct opncls *vec = (struct opncls *) abfd->iostream; in opncls_btell()
503 struct opncls *vec = (struct opncls *) abfd->iostream; in opncls_bseek()
516 struct opncls *vec = (struct opncls *) abfd->iostream; in opncls_bread()
[all …]
HDbfdio.c501 bim = (struct bfd_in_memory *) abfd->iostream; in memory_bread()
518 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bwrite()
556 bim = (struct bfd_in_memory *) abfd->iostream; in memory_bseek()
607 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bclose()
612 abfd->iostream = NULL; in memory_bclose()
626 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bstat()
HDplugin.c175 if (!iobfd->iostream && !bfd_open_file (iobfd)) in bfd_plugin_open_input()
HDpeicode.h1082 abfd->iostream = (void *) vars.bim; in pe_ILF_build_a_bfd()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
Diostream1 // Standard iostream objects -*- C++ -*-
25 /** @file include/iostream
30 // ISO C++ 14882: 27.3 Standard iostream objects
49 * The &lt;iostream&gt; header declares the eight <em>standard stream
Diosfwd144 typedef basic_iostream<char> iostream;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
Diostream1 // Standard iostream objects -*- C++ -*-
26 /** @file include/iostream
31 // ISO C++ 14882: 27.3 Standard iostream objects
50 * The &lt;iostream&gt; header declares the eight <em>standard stream
Diosfwd141 typedef basic_iostream<char> iostream;
/dragonfly/gnu/lib/gcc80/libstdcxx/components/libconv_2011/
HDMakefile.src60 iostream-inst.cc \
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
DMakefile.am98 iostream-inst.cc \
DMakefile.in74 @ENABLE_EXTERN_TEMPLATE_TRUE@ ios-inst.lo iostream-inst.lo \
349 @ENABLE_EXTERN_TEMPLATE_TRUE@ iostream-inst.cc \
/dragonfly/gnu/lib/gcc47/libstdc++/
DMakefile58 iostream-inst.cc \
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr2/
Dbool_set35 #include <iostream>
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr2/
Dbool_set35 #include <iostream>

12