Lines Matching refs:solib
39 struct solib : intrusive_list_node<solib>
100 void (*relocate_section_addresses) (solib &so, target_section *);
105 void (*clear_so) (const solib &so);
120 themselves. The declaration of `struct solib' says which fields
122 intrusive_list<solib> (*current_sos) ();
135 /* Optional extra hook for finding and opening a solib.
148 int (*same) (const solib &gdb, const solib &inferior);
158 /* Enable or disable optional solib event breakpoints as
165 /* Target-specific processing of solib events that will be
173 using solib_up = std::unique_ptr<solib>;
186 /* Find solib binary file and open it. */