| /netbsd/src/external/gpl3/gdb/dist/gdb/cli/ |
| D | cli-dump.c | 258 dump_memory_to_file (args, FOPEN_WB, "srec"); in dump_srec_memory() 264 dump_value_to_file (args, FOPEN_WB, "srec"); in dump_srec_value() 270 dump_memory_to_file (args, FOPEN_WB, "ihex"); in dump_ihex_memory() 276 dump_value_to_file (args, FOPEN_WB, "ihex"); in dump_ihex_value() 282 dump_memory_to_file (args, FOPEN_WB, "verilog"); in dump_verilog_memory() 288 dump_value_to_file (args, FOPEN_WB, "verilog"); in dump_verilog_value() 294 dump_memory_to_file (args, FOPEN_WB, "tekhex"); in dump_tekhex_memory() 300 dump_value_to_file (args, FOPEN_WB, "tekhex"); in dump_tekhex_value() 306 dump_memory_to_file (args, FOPEN_WB, "binary"); in dump_binary_memory() 312 dump_value_to_file (args, FOPEN_WB, "binary"); in dump_binary_value() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | fopen-same.h | 33 #define FOPEN_WB "w" macro
|
| 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 | ChangeLog-0415 | 1257 * fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB, 1331 (FOPEN_WB): Ditto.
|
| /netbsd/src/external/gpl3/binutils/dist/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-0415 | 1257 * fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB, 1331 (FOPEN_WB): Ditto.
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | as.h | 100 #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".
|
| /netbsd/src/external/gpl3/binutils/dist/gprof/ |
| D | gmon_io.c | 580 ofp = fopen (filename, FOPEN_WB); in gmon_out_write()
|
| D | ChangeLog-9203 | 1052 FOPEN_WB; just get them from sysdep.h.
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | ar.c | 1146 FILE * ostream = fopen (output_filename, FOPEN_WB); in open_output_file()
|
| D | srconv.c | 1835 file = fopen (output_file, FOPEN_WB); in main()
|
| D | objcopy.c | 3123 f = fopen (pdump->filename, FOPEN_WB); in copy_object()
|
| D | ChangeLog-9197 | 2451 (main): Use FOPEN_WB macro instead of literal "wb".
|
| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | ldmain.c | 593 dst = fopen (dst_name, FOPEN_WB); in main()
|
| D | ChangeLog-9197 | 2527 base file with FOPEN_WB, not "w".
|
| /netbsd/src/external/gpl3/binutils/dist/ld/emultempl/ |
| D | beos.em | 272 link_info.base_file = fopen (optarg, FOPEN_WB);
|
| D | pep.em | 754 link_info.base_file = fopen (optarg, FOPEN_WB);
|
| D | pe.em | 781 link_info.base_file = fopen (optarg, FOPEN_WB);
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ChangeLog-2004 | 1036 * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of 1037 FOPEN_WB et.al., defined by "fopen-bin.h".
|