Searched refs:ostream (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | ar.c | 1030 FILE *ostream; in extract_file() local 1056 ostream = NULL; in extract_file() 1062 ostream = fopen (bfd_get_filename (abfd), FOPEN_WB); in extract_file() 1063 if (ostream == NULL) in extract_file() 1069 output_file = ostream; in extract_file() 1085 if (ostream == NULL) in extract_file() 1090 ostream = fopen (bfd_get_filename (abfd), FOPEN_WB); in extract_file() 1091 if (ostream == NULL) in extract_file() 1097 output_file = ostream; in extract_file() 1103 if ((bfd_size_type) fwrite (cbuf, 1, nread, ostream) != nread) in extract_file() [all …]
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
D | demangle-expected | 50 TextCode::CoreConstDecls(ostream &) 450 operator<<(ostream &, ios &(*)(ios &)) 455 operator<<(ostream &, Fix &) 1360 istream::istream(streambuf *, int, ostream *) 1370 istream::istream(int, int, ostream *) 1375 ostream::ostream(streambuf *) 1376 ostream::ostream 1380 ostream::ostream(int, char *) 1381 ostream::ostream 1465 ostream::operator<<(streambuf *) [all …]
|