Searched refs:module_entry (Results 1 – 1 of 1) sorted by relevance
1221 MODULEENTRY32W module_entry; in LoadSymbols() local1222 module_entry.dwSize = sizeof(module_entry); // Set the size of the structure. in LoadSymbols()1223 BOOL cont = _Module32FirstW(snapshot, &module_entry); in LoadSymbols()1231 reinterpret_cast<PSTR>(module_entry.szExePath), // ImageName in LoadSymbols()1232 reinterpret_cast<PSTR>(module_entry.szModule), // ModuleName in LoadSymbols()1233 reinterpret_cast<DWORD64>(module_entry.modBaseAddr), // BaseOfDll in LoadSymbols()1234 module_entry.modBaseSize); // SizeOfDll in LoadSymbols()1242 module_entry.szExePath, in LoadSymbols()1243 reinterpret_cast<unsigned int>(module_entry.modBaseAddr), in LoadSymbols()1244 reinterpret_cast<unsigned int>(module_entry.modBaseAddr + in LoadSymbols()[all …]