Lines Matching defs:solib
39 #include "solib.h"
40 #include "solib-svr4.h"
190 svr4_same (const solib &gdb, const solib &inferior)
243 lm_addr_check (const solib &so, bfd *abfd)
1018 svr4_clear_so (const solib &so)
1028 static owning_intrusive_list<solib>
1031 owning_intrusive_list<solib> dst;
1219 static owning_intrusive_list<solib>
1231 owning_intrusive_list<solib> sos;
1324 supported or gdbserver failed to find DT_DEBUG. gdb.server/solib-list.exp
1407 static owning_intrusive_list<solib>
1410 owning_intrusive_list<solib> res;
1424 static owning_intrusive_list<solib>
1427 owning_intrusive_list<solib> sos;
1451 static owning_intrusive_list<solib>
1455 owning_intrusive_list<solib> sos = svr4_current_sos_1 (info);
1540 for (const solib &so : current_program_space->solibs ())
1676 /* Register a solib event probe and its associated action in the
1706 /* Get the solib event probe at the specified location, and the
1707 action associated with it. Returns NULL if no solib event probe
1725 /* Decide what action to take when the specified solib event probe is
1884 /* Update the solib list as appropriate when using the
1906 /* When some solib ops sits above us, it can respond to a solib event
1908 is not an SVR4 solib event, calling here should be a no-op. */
2070 /* Enable or disable optional solib event breakpoints as appropriate.
2080 /* Create and register solib event breakpoints. PROBES is an array
2082 solib event breakpoint will be created and registered for each
2162 'set stop-on-solib-events on' in effect, then they might get
2382 for (const solib &so : current_program_space->solibs ())
3132 svr4_relocate_section_addresses (solib &so, target_section *sec)
3276 static const solib *
3287 for (const solib &so : current_program_space->solibs ())
3295 SOLIB or zero if it cannot be found. This may happen when symbol files
3302 find_debug_base_for_solib (const solib *solib)
3304 if (solib == nullptr)
3311 = gdb::checked_static_cast<const lm_info_svr4 *> (solib->lm_info.get ());
3319 if (svr4_same (solib->so_original_name.c_str (), so.name.c_str (),
3363 const solib *curr_solib = find_solib_for_objfile (current_objfile);
3378 const solib *solib = find_solib_for_objfile (objfile);
3379 CORE_ADDR solib_base = find_debug_base_for_solib (solib);
3395 svr4_find_solib_addr (solib &so)
3423 "solib-svr4");