Home
last modified time | relevance | path

Searched refs:hashmark (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddsrec.c52 int flags, int hashmark, int (*waitack) (void)) in load_srec() argument
134 if (hashmark) in load_srec()
148 if (hashmark) in load_srec()
H A Dsh3-rom.c126 sh3_load (struct serial *desc, char *file, int hashmark) in sh3_load() argument
131 load_srec (parallel, file, 0, 80, SREC_ALL, hashmark, NULL); in sh3_load()
141 load_srec (desc, file, 0, 80, SREC_ALL, hashmark, NULL); in sh3_load()
H A Dsrec.h24 int maxrecsize, int flags, int hashmark,
H A Dmonitor.h105 int hashmark); /* Download routine */
H A Dmonitor.c110 static int hashmark; /* flag set by "set hash" */ variable
2142 current_monitor->load_routine (monitor_desc, file, hashmark); in monitor_load()
2161 32, SREC_ALL, hashmark, in monitor_load()
2299 (char *) &hashmark, in _initialize_remote_monitors()
H A Dremote-mips.c2622 static int hashmark = 1; in mips_load_srec() local
2666 if (hashmark) in mips_load_srec()
2677 if (hashmark) in mips_load_srec()
3099 int hashmark = !tftp_in_use; in pmon_load_fast() local
3192 if (hashmark) in pmon_load_fast()
H A DChangeLog-19953522 hashmark is set, print `-' for retransmissions. General cleanups.