Searched refs:FOPEN_WB (Results 1 – 17 of 17) sorted by relevance
/toolchain/binutils/binutils-2.25/include/ |
D | fopen-vms.h | 31 #define FOPEN_WB "wb,rfm=udf,rat=none" macro
|
D | fopen-bin.h | 33 #define FOPEN_WB "wb" macro
|
D | fopen-same.h | 33 #define FOPEN_WB "w" macro
|
D | ChangeLog | 1163 * fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB, 1237 (FOPEN_WB): Ditto.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | as.h | 163 #ifndef FOPEN_WB
|
D | ChangeLog-9295 | 5375 * as.h: Remove FOPEN_WB patch of Aug 6. 5391 * as.h: If FOPEN_WB is not defined, do the right thing in a go32 8046 * as.h: If FOPEN_WB isn't defined, include fopen-same.h. 8047 * output-file.c (output_file_create): Use FOPEN_WB instead of "w".
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ar.c | 1062 ostream = fopen (bfd_get_filename (abfd), FOPEN_WB); in extract_file() 1090 ostream = fopen (bfd_get_filename (abfd), FOPEN_WB); in extract_file()
|
D | srconv.c | 1877 file = fopen (output_file, FOPEN_WB); in main()
|
D | objcopy.c | 1893 f = fopen (pdump->filename, FOPEN_WB); in copy_object()
|
D | ChangeLog-9197 | 2451 (main): Use FOPEN_WB macro instead of literal "wb".
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | gmon_io.c | 600 ofp = fopen (filename, FOPEN_WB); in gmon_out_write()
|
D | ChangeLog-9203 | 1052 FOPEN_WB; just get them from sysdep.h.
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldmain.c | 490 dst = fopen (dst_name, FOPEN_WB); in main()
|
D | ChangeLog-9197 | 2527 base file with FOPEN_WB, not "w".
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | beos.em | 271 link_info.base_file = fopen (optarg, FOPEN_WB);
|
D | pep.em | 670 link_info.base_file = fopen (optarg, FOPEN_WB);
|
D | pe.em | 711 link_info.base_file = fopen (optarg, FOPEN_WB);
|