Home
last modified time | relevance | path

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

/external/v8/src/
Dplatform-win32.cc1254 MODULEENTRY32W module_entry; in LoadSymbols() local
1255 module_entry.dwSize = sizeof(module_entry); // Set the size of the structure. in LoadSymbols()
1256 BOOL cont = _Module32FirstW(snapshot, &module_entry); in LoadSymbols()
1264 reinterpret_cast<PSTR>(module_entry.szExePath), // ImageName in LoadSymbols()
1265 reinterpret_cast<PSTR>(module_entry.szModule), // ModuleName in LoadSymbols()
1266 reinterpret_cast<DWORD64>(module_entry.modBaseAddr), // BaseOfDll in LoadSymbols()
1267 module_entry.modBaseSize); // SizeOfDll in LoadSymbols()
1275 module_entry.szExePath, in LoadSymbols()
1276 reinterpret_cast<unsigned int>(module_entry.modBaseAddr), in LoadSymbols()
1277 reinterpret_cast<unsigned int>(module_entry.modBaseAddr + in LoadSymbols()
[all …]