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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolist.h120 extern struct target_so_ops *current_target_so_ops;
123 (current_target_so_ops->relocate_section_addresses)
124 #define TARGET_SO_FREE_SO (current_target_so_ops->free_so)
125 #define TARGET_SO_CLEAR_SOLIB (current_target_so_ops->clear_solib)
127 (current_target_so_ops->solib_create_inferior_hook)
129 (current_target_so_ops->special_symbol_handling)
130 #define TARGET_SO_CURRENT_SOS (current_target_so_ops->current_sos)
132 (current_target_so_ops->open_symbol_file_object)
134 (current_target_so_ops->in_dynsym_resolve_code)
136 (current_target_so_ops
[all...]
H A Dsolib-haiku.c333 current_target_so_ops = &haiku_so_ops;
H A Dsolib-irix.c718 current_target_so_ops = &irix_so_ops;
H A Dsolib-osf.c621 current_target_so_ops = &osf_so_ops;
H A Dsolib-sunos.c832 current_target_so_ops = &sunos_so_ops;
H A Dsolib.c51 struct target_so_ops *current_target_so_ops; variable in typeref:struct:target_so_ops
H A Dsolib-aix5.c957 current_target_so_ops = &aix5_so_ops;
H A Dsolib-frv.c1220 current_target_so_ops = &frv_so_ops;
H A Dsolib-svr4.c1468 current_target_so_ops = &svr4_so_ops;

Completed in 61 milliseconds