Home
last modified time | relevance | path

Searched refs:FOPEN_WB (Results 1 – 23 of 23) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-dump.c258 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/
Dfopen-same.h33 #define FOPEN_WB "w" macro
Dfopen-vms.h31 #define FOPEN_WB "wb,rfm=udf,rat=none" macro
Dfopen-bin.h33 #define FOPEN_WB "wb" macro
DChangeLog-04151257 * fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB,
1331 (FOPEN_WB): Ditto.
/netbsd/src/external/gpl3/binutils/dist/include/
Dfopen-vms.h31 #define FOPEN_WB "wb,rfm=udf,rat=none" macro
Dfopen-bin.h33 #define FOPEN_WB "wb" macro
Dfopen-same.h33 #define FOPEN_WB "w" macro
DChangeLog-04151257 * fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB,
1331 (FOPEN_WB): Ditto.
/netbsd/src/external/gpl3/binutils/dist/gas/
Das.h100 #ifndef FOPEN_WB
DChangeLog-92955375 * 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/
Dgmon_io.c580 ofp = fopen (filename, FOPEN_WB); in gmon_out_write()
DChangeLog-92031052 FOPEN_WB; just get them from sysdep.h.
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dar.c1146 FILE * ostream = fopen (output_filename, FOPEN_WB); in open_output_file()
Dsrconv.c1835 file = fopen (output_file, FOPEN_WB); in main()
Dobjcopy.c3123 f = fopen (pdump->filename, FOPEN_WB); in copy_object()
DChangeLog-91972451 (main): Use FOPEN_WB macro instead of literal "wb".
/netbsd/src/external/gpl3/binutils/dist/ld/
Dldmain.c593 dst = fopen (dst_name, FOPEN_WB); in main()
DChangeLog-91972527 base file with FOPEN_WB, not "w".
/netbsd/src/external/gpl3/binutils/dist/ld/emultempl/
Dbeos.em272 link_info.base_file = fopen (optarg, FOPEN_WB);
Dpep.em754 link_info.base_file = fopen (optarg, FOPEN_WB);
Dpe.em781 link_info.base_file = fopen (optarg, FOPEN_WB);
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20041036 * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
1037 FOPEN_WB et.al., defined by "fopen-bin.h".