Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDwin32-nat.c493 if ((DWORD) (mi.lpBaseOfDll) == BaseAddress) in psapi_get_dll_name()
691 if (!psapi_get_dll_name ((DWORD) (event->lpBaseOfDll), dll_buf)) in handle_load_dll()
701 register_loaded_dll (dll_name, (DWORD) event->lpBaseOfDll + 0x1000); in handle_load_dll()
709 DWORD lpBaseOfDll = (DWORD) current_event.u.UnloadDll.lpBaseOfDll + 0x1000; in handle_unload_dll() local
713 if (so->next->load_addr == lpBaseOfDll) in handle_unload_dll()
724 error ("Error: dll starting at 0x%lx not found.\n", (DWORD) lpBaseOfDll); in handle_unload_dll()
HDwince.c1233 printf_unfiltered ("%x:%s", event->lpBaseOfDll, dll_name); in handle_load_dll()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_win.cc367 uptr base_address = (uptr)mi.lpBaseOfDll; in GetListOfModules()
368 uptr end_address = (uptr)mi.lpBaseOfDll + mi.SizeOfImage; in GetListOfModules()