Searched refs:lpBaseOfDll (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dwin32-nat.c488 if ((DWORD) (mi.lpBaseOfDll) == BaseAddress)
686 if (!psapi_get_dll_name ((DWORD) (event->lpBaseOfDll), dll_buf))
696 register_loaded_dll (dll_name, (DWORD) event->lpBaseOfDll + 0x1000);
704 DWORD lpBaseOfDll = (DWORD) current_event.u.UnloadDll.lpBaseOfDll + 0x1000; local
708 if (so->next->load_addr == lpBaseOfDll)
719 error ("Error: dll starting at 0x%lx not found.\n", (DWORD) lpBaseOfDll);
H A Dwince.c1229 printf_unfiltered ("%x:%s", event->lpBaseOfDll, dll_name);

Completed in 98 milliseconds