Searched defs:g_szAssemblerOsDef (Results 1 - 1 of 1) sorted by relevance

/vbox/src/bldprogs/
H A DVBoxTpG.cpp157 static const char g_szAssemblerOsDef[] = "RT_OS_DARWIN"; variable
163 static const char g_szAssemblerOsDef[] = "RT_OS_OS2"; variable
169 static const char g_szAssemblerOsDef[] = "RT_OS_WINDOWS"; variable
176 static const char g_szAssemblerOsDef[] = "RT_OS_FREEBSD"; variable
178 static const char g_szAssemblerOsDef[] = "RT_OS_NETBSD"; variable
180 static const char g_szAssemblerOsDef[] = "RT_OS_OPENBSD"; variable
182 static const char g_szAssemblerOsDef[] = "RT_OS_LINUX"; variable
184 static const char g_szAssemblerOsDef[] = "RT_OS_SOLARIS"; variable
305 if (g_szAssemblerOsDef[0])
308 apszArgs[iArg++] = g_szAssemblerOsDef;
[all...]

Completed in 47 milliseconds