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

/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp340 static void *g_pvREM2 = NULL; variable
341 /** The size of the memory g_pvREM2 is pointing to. */
2026 g_pvREM2 = RTMemExecAlloc(g_cbREM2);
2027 if (g_pvREM2)
2031 RTPrintf("VBoxREMWrapper: (gdb) add-symbol-file %s 0x%p\n", szPath, g_pvREM2);
2035 szPath, g_pvREM2, RTLdrSize(g_ModREM2), szPath, g_pvREM2));
2036 rc = RTLdrGetBits(g_ModREM2, g_pvREM2, (RTUINTPTR)g_pvREM2, remGetImport, NULL);
2046 rc = RTLdrGetSymbolEx(g_ModREM2, g_pvREM2, (RTUINTPT
[all...]

Completed in 50 milliseconds