Searched refs:mips_ops (Results 1 – 3 of 3) sorted by relevance
153 extern struct target_ops mips_ops;3317 mips_ops.to_kill = mips_kill; in _initialize_remote_mips()3318 mips_ops.to_load = mips_load; in _initialize_remote_mips()3323 mips_ops.to_has_memory = 1; in _initialize_remote_mips()3324 mips_ops.to_has_stack = 1; in _initialize_remote_mips()3325 mips_ops.to_has_registers = 1; in _initialize_remote_mips()3326 mips_ops.to_has_execution = 1; in _initialize_remote_mips()3334 mips_ops.to_doc = "\ in _initialize_remote_mips()3338 mips_ops.to_open = mips_open; in _initialize_remote_mips()3339 mips_ops.to_wait = mips_wait; in _initialize_remote_mips()[all …]
2241 * remote-mips.c (mips_ops): Likewise.
4983 * remote-mips.c (mips_ops): Fix docstring.