Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dwin32-nat.c712 struct so_stuff *sodel = so->next; in handle_unload_dll() local
713 so->next = sodel->next; in handle_unload_dll()
716 if (sodel->objfile) in handle_unload_dll()
717 free_objfile (sodel->objfile); in handle_unload_dll()
718 xfree(sodel); in handle_unload_dll()