Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dsolist.h128 extern struct target_so_ops *current_target_so_ops;
131 (current_target_so_ops->relocate_section_addresses)
132 #define TARGET_SO_FREE_SO (current_target_so_ops->free_so)
133 #define TARGET_SO_CLEAR_SOLIB (current_target_so_ops->clear_solib)
135 (current_target_so_ops->solib_create_inferior_hook)
137 (current_target_so_ops->special_symbol_handling)
138 #define TARGET_SO_CURRENT_SOS (current_target_so_ops->current_sos)
140 (current_target_so_ops->open_symbol_file_object)
142 (current_target_so_ops->in_dynsym_resolve_code)
144 (current_target_so_ops->find_and_open_solib)
Dsolib-sunos.c832 current_target_so_ops = &sunos_so_ops; in _initialize_sunos_solib()
Dsolib-irix.c718 current_target_so_ops = &irix_so_ops; in _initialize_irix_solib()
Dsolib-osf.c621 current_target_so_ops = &osf_so_ops; in _initialize_osf_solib()
Dsolib.c51 struct target_so_ops *current_target_so_ops; variable
Dsolib-aix5.c957 current_target_so_ops = &aix5_so_ops; in _initialize_aix5_solib()
Dsolib-frv.c1220 current_target_so_ops = &frv_so_ops; in _initialize_frv_solib()
Dsolib-svr4.c1558 current_target_so_ops = &svr4_so_ops; in _initialize_svr4_solib()
DChangeLog-20001318 (current_target_so_ops): Declare new global variable.
1329 (current_target_so_ops): Define new global variable.