Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dsolist.h169 extern struct target_so_ops *current_target_so_ops;
H A Dsolib-target.c506 if (current_target_so_ops == 0) in _initialize_solib_target()
507 current_target_so_ops = &solib_target_so_ops; in _initialize_solib_target()
H A Dsolib.c62 *ops = current_target_so_ops; in solib_init()
89 struct target_so_ops *current_target_so_ops; variable