Searched refs:current_target_so_ops (Results 1 – 9 of 9) sorted by relevance
128 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)
832 current_target_so_ops = &sunos_so_ops; in _initialize_sunos_solib()
718 current_target_so_ops = &irix_so_ops; in _initialize_irix_solib()
621 current_target_so_ops = &osf_so_ops; in _initialize_osf_solib()
51 struct target_so_ops *current_target_so_ops; variable
957 current_target_so_ops = &aix5_so_ops; in _initialize_aix5_solib()
1220 current_target_so_ops = &frv_so_ops; in _initialize_frv_solib()
1558 current_target_so_ops = &svr4_so_ops; in _initialize_svr4_solib()
1318 (current_target_so_ops): Declare new global variable.1329 (current_target_so_ops): Define new global variable.