Home
last modified time | relevance | path

Searched refs:sds_ops (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dremote-sds.c111 static struct target_ops sds_ops; variable
195 unpush_target (&sds_ops); in sds_open()
978 unpush_target (&sds_ops); in sds_mourn()
1052 sds_ops.to_shortname = "sds"; in init_sds_ops()
1056 sds_ops.to_open = sds_open; in init_sds_ops()
1060 sds_ops.to_wait = sds_wait; in init_sds_ops()
1068 sds_ops.to_kill = sds_kill; in init_sds_ops()
1069 sds_ops.to_load = sds_load; in init_sds_ops()
1074 sds_ops.to_has_memory = 1; in init_sds_ops()
1075 sds_ops.to_has_stack = 1; in init_sds_ops()
[all …]
H A DChangeLog-1997676 (sds_ops): Use it.
H A DChangeLog-19998877 * remote-sds.c (sds_ops): Define only once.