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

/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1363 static REMFNDESC g_aCRTImports[] = variable
1976 for (i = 0; i < RT_ELEMENTS(g_aCRTImports); i++)
1977 if (!strcmp(g_aCRTImports[i].pszName, pszSymbol))
1978 return remGenerateImportGlue(pValue, &g_aCRTImports[i]);
1985 return remGenerateImportGlue(pValue, &g_aCRTImports[0]);
2093 for (i = 0; i < RT_ELEMENTS(g_aCRTImports); i++)
2094 g_aCRTImports[i].pvWrapper = NULL;

Completed in 49 milliseconds