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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib-osf.c606 static struct target_so_ops osf_so_ops; variable in typeref:struct:target_so_ops
611 osf_so_ops.relocate_section_addresses = osf_relocate_section_addresses;
612 osf_so_ops.free_so = osf_free_so;
613 osf_so_ops.clear_solib = osf_clear_solib;
614 osf_so_ops.solib_create_inferior_hook = osf_solib_create_inferior_hook;
615 osf_so_ops.special_symbol_handling = osf_special_symbol_handling;
616 osf_so_ops.current_sos = osf_current_sos;
617 osf_so_ops.open_symbol_file_object = osf_open_symbol_file_object;
618 osf_so_ops.in_dynsym_resolve_code = osf_in_dynsym_resolve_code;
621 current_target_so_ops = &osf_so_ops;
[all...]

Completed in 88 milliseconds