| /dragonfly/contrib/gdb-7/bfd/ |
| HD | cache.c | 126 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 …]
|
| HD | opncls.c | 86 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 …]
|
| HD | bfdio.c | 476 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()
|
| HD | bfdwin.c | 155 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/ |
| HD | cache.c | 169 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 …]
|
| HD | opncls.c | 108 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 …]
|
| HD | bfdio.c | 476 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()
|
| HD | bfdwin.c | 155 if (abfd->iostream == NULL in bfd_get_file_window() 160 fd = fileno ((FILE *) abfd->iostream); in bfd_get_file_window()
|
| HD | plugin.c | 183 if (!iobfd->iostream && !bfd_open_file (iobfd)) in try_claim() 186 file.fd = fileno ((FILE *) iobfd->iostream); in try_claim()
|
| HD | peicode.h | 1058 abfd->iostream = (void *) vars.bim; in pe_ILF_build_a_bfd()
|
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | cache.c | 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() [all …]
|
| HD | opncls.c | 109 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 …]
|
| HD | bfdio.c | 501 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()
|
| HD | plugin.c | 175 if (!iobfd->iostream && !bfd_open_file (iobfd)) in bfd_plugin_open_input()
|
| HD | peicode.h | 1082 abfd->iostream = (void *) vars.bim; in pe_ILF_build_a_bfd()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| D | iostream | 1 // Standard iostream objects -*- C++ -*- 25 /** @file include/iostream 30 // ISO C++ 14882: 27.3 Standard iostream objects 49 * The <iostream> header declares the eight <em>standard stream
|
| D | iosfwd | 144 typedef basic_iostream<char> iostream;
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| D | iostream | 1 // Standard iostream objects -*- C++ -*- 26 /** @file include/iostream 31 // ISO C++ 14882: 27.3 Standard iostream objects 50 * The <iostream> header declares the eight <em>standard stream
|
| D | iosfwd | 141 typedef basic_iostream<char> iostream;
|
| /dragonfly/gnu/lib/gcc80/libstdcxx/components/libconv_2011/ |
| HD | Makefile.src | 60 iostream-inst.cc \
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/ |
| D | Makefile.am | 98 iostream-inst.cc \
|
| D | Makefile.in | 74 @ENABLE_EXTERN_TEMPLATE_TRUE@ ios-inst.lo iostream-inst.lo \ 349 @ENABLE_EXTERN_TEMPLATE_TRUE@ iostream-inst.cc \
|
| /dragonfly/gnu/lib/gcc47/libstdc++/ |
| D | Makefile | 58 iostream-inst.cc \
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr2/ |
| D | bool_set | 35 #include <iostream>
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr2/ |
| D | bool_set | 35 #include <iostream>
|