| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | cache.c | 166 if (fclose ((FILE *) abfd->iostream) == 0) in bfd_cache_delete() 176 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) \ 260 if (abfd->iostream == NULL) in bfd_cache_lookup_worker() 262 return (FILE *) abfd->iostream; in bfd_cache_lookup_worker() 265 if (abfd->iostream != NULL) in bfd_cache_lookup_worker() 273 return (FILE *) abfd->iostream; in bfd_cache_lookup_worker() 282 && _bfd_real_fseek ((FILE *) abfd->iostream, in bfd_cache_lookup_worker() 287 return (FILE *) abfd->iostream; in bfd_cache_lookup_worker() [all …]
|
| D | opncls.c | 152 nbfd->iostream = obfd->iostream; in _bfd_new_bfd_contained_in() 315 nbfd->iostream = fdopen (fd, mode); in bfd_fopen() 318 nbfd->iostream = _bfd_real_fopen (filename, mode); in bfd_fopen() 319 if (nbfd->iostream == NULL) in bfd_fopen() 334 fclose (nbfd->iostream); in bfd_fopen() 351 fclose (nbfd->iostream); in bfd_fopen() 535 nbfd->iostream = stream; in bfd_openstreamr() 623 struct opncls *vec = (struct opncls *) abfd->iostream; in opncls_btell() 630 struct opncls *vec = (struct opncls *) abfd->iostream; in opncls_bseek() 643 struct opncls *vec = (struct opncls *) abfd->iostream; in opncls_bread() [all …]
|
| D | bfdio.c | 762 bim = (struct bfd_in_memory *) abfd->iostream; in memory_bread() 779 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bwrite() 817 bim = (struct bfd_in_memory *) abfd->iostream; in memory_bseek() 868 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bclose() 872 abfd->iostream = NULL; in memory_bclose() 886 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bstat()
|
| D | format.c | 110 void *iostream; member 141 preserve->iostream = abfd->iostream; in bfd_preserve_save() 181 abfd->iostream = preserve->iostream; in io_reinit()
|
| D | vms-lib.c | 877 struct vms_lib_iovec *vec = (struct vms_lib_iovec *) abfd->iostream; in vms_lib_btell() 887 struct vms_lib_iovec *vec = (struct vms_lib_iovec *) abfd->iostream; in vms_lib_read_block() 911 struct vms_lib_iovec *vec = (struct vms_lib_iovec *) abfd->iostream; in vms_lib_bread_raw() 1029 struct vms_lib_iovec *vec = (struct vms_lib_iovec *) abfd->iostream; in vms_lib_bread() 1223 struct vms_lib_iovec *vec = (struct vms_lib_iovec *) abfd->iostream; in vms_lib_bseek() 1252 abfd->iostream = NULL; in vms_lib_bclose() 1304 el->iostream = vec; in vms_lib_bopen() 1584 struct vms_lib_iovec *vec = (struct vms_lib_iovec *) abfd->iostream; in _bfd_vms_lib_generic_stat_arch_elt()
|
| D | peicode.h | 1126 abfd->iostream = (void *) vars.bim; in pe_ILF_build_a_bfd() 1166 struct bfd_in_memory *bim = abfd->iostream; in pe_ILF_cleanup() 1169 abfd->iostream = NULL; in pe_ILF_cleanup()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | cache.c | 170 if (fclose ((FILE *) abfd->iostream) == 0) in bfd_cache_delete() 180 abfd->iostream = NULL; in bfd_cache_delete() 218 to_kill->where = _bfd_real_ftell ((FILE *) to_kill->iostream); in close_one() 230 ? (FILE *) (bfd_last_cache->iostream) \ 250 if (abfd->iostream != NULL) in bfd_cache_lookup_worker() 258 return (FILE *) abfd->iostream; in bfd_cache_lookup_worker() 267 && _bfd_real_fseek ((FILE *) abfd->iostream, in bfd_cache_lookup_worker() 272 return (FILE *) abfd->iostream; in bfd_cache_lookup_worker() 546 BFD_ASSERT (abfd->iostream != NULL); in _bfd_cache_init_unlocked() 588 if (abfd->iostream == NULL) in _bfd_cache_close_unlocked() [all …]
|
| D | opncls.c | 152 nbfd->iostream = obfd->iostream; in _bfd_new_bfd_contained_in() 291 nbfd->iostream = fdopen (fd, mode); in bfd_fopen() 294 nbfd->iostream = _bfd_real_fopen (filename, mode); in bfd_fopen() 295 if (nbfd->iostream == NULL) in bfd_fopen() 310 fclose (nbfd->iostream); in bfd_fopen() 327 fclose (nbfd->iostream); in bfd_fopen() 511 nbfd->iostream = stream; in bfd_openstreamr() 599 struct opncls *vec = (struct opncls *) abfd->iostream; in opncls_btell() 606 struct opncls *vec = (struct opncls *) abfd->iostream; in opncls_bseek() 619 struct opncls *vec = (struct opncls *) abfd->iostream; in opncls_bread() [all …]
|
| D | bfdio.c | 684 bim = (struct bfd_in_memory *) abfd->iostream; in memory_bread() 701 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bwrite() 739 bim = (struct bfd_in_memory *) abfd->iostream; in memory_bseek() 790 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bclose() 794 abfd->iostream = NULL; in memory_bclose() 808 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; in memory_bstat()
|
| D | format.c | 103 void *iostream; member 134 preserve->iostream = abfd->iostream; in bfd_preserve_save() 174 abfd->iostream = preserve->iostream; in io_reinit()
|
| D | bfdwin.c | 210 if (abfd->iostream == NULL in bfd_get_file_window() 215 fd = fileno ((FILE *) abfd->iostream); in bfd_get_file_window()
|
| D | vms-lib.c | 877 struct vms_lib_iovec *vec = (struct vms_lib_iovec *) abfd->iostream; in vms_lib_btell() 887 struct vms_lib_iovec *vec = (struct vms_lib_iovec *) abfd->iostream; in vms_lib_read_block() 911 struct vms_lib_iovec *vec = (struct vms_lib_iovec *) abfd->iostream; in vms_lib_bread_raw() 1029 struct vms_lib_iovec *vec = (struct vms_lib_iovec *) abfd->iostream; in vms_lib_bread() 1223 struct vms_lib_iovec *vec = (struct vms_lib_iovec *) abfd->iostream; in vms_lib_bseek() 1252 abfd->iostream = NULL; in vms_lib_bclose() 1304 el->iostream = vec; in vms_lib_bopen() 1584 struct vms_lib_iovec *vec = (struct vms_lib_iovec *) abfd->iostream; in _bfd_vms_lib_generic_stat_arch_elt()
|
| D | peicode.h | 1126 abfd->iostream = (void *) vars.bim; in pe_ILF_build_a_bfd() 1166 struct bfd_in_memory *bim = abfd->iostream; in pe_ILF_cleanup() 1169 abfd->iostream = NULL; in pe_ILF_cleanup()
|
| /netbsd/src/external/gpl3/gcc/dist/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
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/doc/ |
| D | bfdio.texi | 45 Attempt to read SIZE bytes from ABFD's iostream to PTR. 52 Attempt to write SIZE bytes to ABFD's iostream from PTR. 59 Return ABFD's iostream file position. 65 Flush ABFD's iostream pending IO. 71 Call fstat on ABFD's iostream. Return 0 on success, and a 78 Call fseek on ABFD's iostream. Return 0 on success, and a
|
| D | bfdwin.texi | 16 mmap from a bfd's iostream.
|
| /netbsd/src/external/lgpl3/gmp/dist/tests/cxx/ |
| D | Makefile.am | 37 t-headers t-iostream t-istream t-locale t-misc t-mix \ 54 t_iostream_SOURCES= t-iostream.cc
|
| D | Makefile.in | 109 @WANT_CXX_TRUE@ t-iostream$(EXEEXT) t-istream$(EXEEXT) \ 171 am_t_iostream_OBJECTS = t-iostream.$(OBJEXT) 729 t_iostream_SOURCES = t-iostream.cc 831 t-iostream$(EXEEXT): $(t_iostream_OBJECTS) $(t_iostream_DEPENDENCIES) $(EXTRA_t_iostream_DEPENDENCI… 832 @rm -f t-iostream$(EXEEXT) 1142 t-iostream.log: t-iostream$(EXEEXT)
|
| /netbsd/src/common/dist/zlib/old/os2/ |
| D | Makefile.os2 | 54 contrib/asm386/*.bat contrib/asm386/zlibvc.d?? contrib/iostream/*.cpp \ 55 contrib/iostream/*.h contrib/iostream2/*.h contrib/iostream2/*.cpp \
|
| /netbsd/src/common/dist/zlib/contrib/iostream3/ |
| D | README | 11 and made available in the zlib contrib/iostream directory. The older version still
|
| /netbsd/src/external/gpl2/xcvs/dist/m4/ |
| D | fpending.m4 | 50 '# old glibc iostream?' \
|
| /netbsd/src/external/bsd/libc++/lib/ |
| D | Makefile | 14 iostream.cpp locale.cpp memory.cpp mutex.cpp mutex_destructor.cpp \
|
| /netbsd/src/external/bsd/libc++/include/ |
| D | Makefile | 76 iostream \
|
| /netbsd/src/common/dist/zlib/contrib/ |
| D | README.contrib | 27 iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/scripts/ |
| D | run_doxygen | 434 for f in ios streambuf istream ostream iostream stringbuf \
|