Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dbfd-target.c128 t->to_xclose = target_bfd_xclose; in target_bfd_reopen()
Dtarget.h299 void (*to_xclose) (struct target_ops *targ, int quitting); member
Dtarget.c1860 if (targ->to_xclose != NULL) in target_close()
1861 targ->to_xclose (targ, quitting); in target_close()