Searched refs:dump_value_to_file (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/cli/ |
H A D | cli-dump.c | 283 dump_value_to_file (char *cmd, char *mode, char *file_format) in dump_value_to_file() function 330 dump_value_to_file (cmd, mode, "binary"); in dump_value_command() 342 dump_value_to_file (args, FOPEN_WB, "srec"); in dump_srec_value() 354 dump_value_to_file (args, FOPEN_WB, "ihex"); in dump_ihex_value() 366 dump_value_to_file (args, FOPEN_WB, "tekhex"); in dump_tekhex_value() 378 dump_value_to_file (args, FOPEN_WB, "binary"); in dump_binary_value() 390 dump_value_to_file (args, FOPEN_AB, "binary"); in append_binary_value()
|