Home | History | Annotate | Download | only in gdb

Lines Matching refs:solib

42 struct solib;
292 intrusive_list<solib> &solibs ()
312 /* Reset saved solib data at the start of an solib event. This lets
396 solib.c. */
397 intrusive_list<solib> so_list;
402 /* When an solib is added, it is also added to this vector. This
403 is so we can properly report solib changes to the user. */
404 std::vector<solib *> added_solibs;
406 /* When an solib is removed, its name is added to this vector.
407 This is so we can properly report solib changes to the user. */
415 this program space. Managed by both exec_ops and solib.c. */