Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dwin32-nat.c511 struct so_stuff struct
513 struct so_stuff *next; argument
527 struct so_stuff *so = &solib_start; in safe_symbol_file_add_stub() argument
585 struct so_stuff *so; in register_loaded_dll()
613 so = (struct so_stuff *) xmalloc (sizeof (struct so_stuff) + strlen (ppath) + 8 + 1); in register_loaded_dll()
705 struct so_stuff *so; in handle_unload_dll()
710 struct so_stuff *sodel = so->next; in handle_unload_dll()
727 struct so_stuff *so; in solib_address()
745 struct so_stuff *so, *so1 = solib_start.next; in child_clear_solibs()
893 struct so_stuff *so = &solib_start; in info_dll_command()
H A DChangeLog-20011188 * win32-nat.c (struct so_stuff): Add objfile *objfile field needed to
H A DChangeLog-20021633 (struct so_stuff): Add end_addr field.