Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dwin32-nat.c516 struct so_stuff struct
518 struct so_stuff *next; argument
532 struct so_stuff *so = &solib_start; in safe_symbol_file_add_stub() argument
590 struct so_stuff *so; in register_loaded_dll()
618 so = (struct so_stuff *) xmalloc (sizeof (struct so_stuff) + strlen (ppath) + 8 + 1); in register_loaded_dll()
710 struct so_stuff *so; in handle_unload_dll()
715 struct so_stuff *sodel = so->next; in handle_unload_dll()
732 struct so_stuff *so; in solib_address()
750 struct so_stuff *so, *so1 = solib_start.next; in child_clear_solibs()
898 struct so_stuff *so = &solib_start; in info_dll_command()