Lines Matching refs:target_ops
71 extern struct target_ops sol_thread_ops; /* Forward declaration */
72 extern struct target_ops sol_core_ops; /* Forward declaration */
75 static struct target_ops orig_core_ops;
77 struct target_ops sol_thread_ops;
78 struct target_ops sol_core_ops;
81 extern struct target_ops procfs_ops; /* target vector for procfs.c */
82 extern struct target_ops core_ops; /* target vector for corelow.c */
356 SOLIB_ADD ((char *) 0, from_tty, (struct target_ops *) 0, auto_solib_add); in sol_thread_attach()
665 struct target_ops *target) in sol_thread_xfer_memory()
699 sol_thread_xfer_partial (struct target_ops *ops, enum target_object object, in sol_thread_xfer_partial()
733 sol_thread_files_info (struct target_ops *ignore) in sol_thread_files_info()
1418 sol_core_files_info (struct target_ops *t) in sol_core_files_info()
1663 memcpy (&orig_core_ops, &core_ops, sizeof (struct target_ops)); in _initialize_sol_thread()
1664 memcpy (&core_ops, &sol_core_ops, sizeof (struct target_ops)); in _initialize_sol_thread()