Home
last modified time | relevance | path

Searched refs:solib_start (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dwin32-nat.c521 } solib_start, *solib_end; variable
529 struct so_stuff *so = &solib_start; in safe_symbol_file_add_stub()
709 for (so = &solib_start; so->next != NULL; so = so->next) in handle_unload_dll()
730 for (so = &solib_start; so->next != NULL; so = so->next) in solib_address()
747 struct so_stuff *so, *so1 = solib_start.next; in child_clear_solibs()
755 solib_start.next = NULL; in child_clear_solibs()
756 solib_start.objfile = NULL; in child_clear_solibs()
757 solib_end = &solib_start; in child_clear_solibs()
895 struct so_stuff *so = &solib_start; in info_dll_command()