HomeSort by: relevance | last modified time | path
    Searched defs:solib (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
target-section.h 25 struct solib;
34 target_section_owner (const solib *solib) : solib (solib) {}
49 const struct solib *solib; member in union:target_section_owner
82 for shlibs it is the solib pointer. */
solist.h 41 struct solib : intrusive_list_node<solib> struct in inherits:intrusive_list_node
104 void (*relocate_section_addresses) (solib &so, target_section *);
109 void (*clear_so) (const solib &so);
124 themselves. The declaration of `struct solib' says which fields
126 owning_intrusive_list<solib> (*current_sos) ();
144 int (*same) (const solib &gdb, const solib &inferior);
154 /* Enable or disable optional solib event breakpoints as
161 /* Target-specific processing of solib events that will b
    [all...]
solib-svr4.c 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
3375 const solib *solib = find_solib_for_objfile (objfile); local
    [all...]
windows-nat.c 60 #include "solib.h"
927 windows_solib *solib = windows_make_so (dll_name, base); local
928 DEBUG_EVENTS ("Loading dll \"%s\" at %s.", solib->name.c_str (),
929 host_address_to_string (solib->load_addr));
  /src/external/gpl3/gdb/dist/gdb/
target-section.h 25 struct solib;
34 target_section_owner (const solib *solib) : solib (solib) {}
49 const struct solib *solib; member in union:target_section_owner
82 for shlibs it is the solib pointer. */
solib.h 32 /* Value of the 'set debug solib' configuration variable. */
36 /* Print an "solib" debug statement. */
39 debug_prefixed_printf_cond (debug_solib, "solib", fmt, ##__VA_ARGS__)
42 scoped_debug_start_end (debug_solib, "solib", fmt, ##__VA_ARGS__)
59 struct solib : intrusive_list_node<solib> struct in inherits:intrusive_list_node
63 OPS is the solib_ops implementation providing this solib. */
64 explicit solib (const solib_ops &ops) : m_ops (&ops) {} function in struct:solib
66 /* Return the solib_ops implementation providing this solib. */
127 /* The solib_ops responsible for this solib. *
    [all...]
windows-nat.c 59 #include "solib.h"
931 windows_solib *solib = windows_make_so (dll_name, base); local
932 DEBUG_EVENTS ("Loading dll \"%s\" at %s.", solib->name.c_str (),
933 host_address_to_string (solib->load_addr));
solib-svr4.c 40 #include "solib.h"
41 #include "solib-svr4.h"
118 get_lm_info_svr4 (const solib &solib)
120 return gdb::checked_static_cast<lm_info_svr4 &> (*solib.lm_info);
176 svr4_solib_ops::same (const solib &gdb, const solib &inferior) const
227 svr4_solib_ops::lm_addr_check (const solib &so, bfd *abfd) const
661 /* See solib-svr4.h. */
835 /* See solib-svr4.h. *
3744 const solib *solib = find_solib_for_objfile (objfile); local
    [all...]

Completed in 24 milliseconds