Searched refs:lpBaseOfDll (Results 1 – 3 of 3) sorted by relevance
493 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() local713 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()
1233 printf_unfiltered ("%x:%s", event->lpBaseOfDll, dll_name); in handle_load_dll()
367 uptr base_address = (uptr)mi.lpBaseOfDll; in GetListOfModules()368 uptr end_address = (uptr)mi.lpBaseOfDll + mi.SizeOfImage; in GetListOfModules()