Searched refs:current_target_so_ops (Results 1 – 6 of 6) sorted by relevance
116 extern struct target_so_ops *current_target_so_ops;119 (current_target_so_ops->relocate_section_addresses)120 #define TARGET_SO_FREE_SO (current_target_so_ops->free_so)121 #define TARGET_SO_CLEAR_SOLIB (current_target_so_ops->clear_solib)123 (current_target_so_ops->solib_create_inferior_hook)125 (current_target_so_ops->special_symbol_handling)126 #define TARGET_SO_CURRENT_SOS (current_target_so_ops->current_sos)128 (current_target_so_ops->open_symbol_file_object)130 (current_target_so_ops->in_dynsym_resolve_code)132 (current_target_so_ops->find_and_open_solib)
622 current_target_so_ops = &osf_so_ops; in _initialize_osf_solib()
50 struct target_so_ops *current_target_so_ops; variable
897 current_target_so_ops = &sunos_so_ops; in _initialize_sunos_solib()
1604 current_target_so_ops = &svr4_so_ops; in _initialize_svr4_solib()
509 current_target_so_ops = &kld_so_ops; in initialize_kld_target()