Lines Matching defs:g_pvREM2
340 static void *g_pvREM2 = NULL;
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, (RTUINTPTR)g_pvREM2, UINT32_MAX, g_aExports[i].pszName, &Value);
2058 RTMemExecFree(g_pvREM2, g_cbREM2);
2059 g_pvREM2 = NULL;
2081 RTMemExecFree(g_pvREM2, g_cbREM2);
2082 g_pvREM2 = NULL;