Searched refs:to_xclose (Results 1 – 3 of 3) sorted by relevance
128 t->to_xclose = target_bfd_xclose; in target_bfd_reopen()
299 void (*to_xclose) (struct target_ops *targ, int quitting); member
1860 if (targ->to_xclose != NULL) in target_close()1861 targ->to_xclose (targ, quitting); in target_close()