Lines Matching refs:DECLHIDDEN

75  * We cannot rely on DECLHIDDEN to make this separation for us since it doesn't
111 DECLHIDDEN(int) suplibHardenedMemComp(void const *pvDst, const void *pvSrc, size_t cbToComp);
112 DECLHIDDEN(void *) suplibHardenedMemCopy(void *pvDst, const void *pvSrc, size_t cbToCopy);
113 DECLHIDDEN(void *) suplibHardenedMemSet(void *pvDst, int ch, size_t cbToSet);
114 DECLHIDDEN(char *) suplibHardenedStrCopy(char *pszDst, const char *pszSrc);
115 DECLHIDDEN(size_t) suplibHardenedStrLen(const char *psz);
116 DECLHIDDEN(char *) suplibHardenedStrCat(char *pszDst, const char *pszSrc);
117 DECLHIDDEN(int) suplibHardenedStrCmp(const char *psz1, const char *psz2);
118 DECLHIDDEN(int) suplibHardenedStrNCmp(const char *psz1, const char *psz2, size_t cchMax);
131 DECLHIDDEN(void) suplibHardenedPrintF(const char *pszFormat, ...);
132 DECLHIDDEN(void) suplibHardenedPrintFV(const char *pszFormat, va_list va);
335 extern DECLHIDDEN(uint32_t) g_u32Cookie;
336 extern DECLHIDDEN(uint32_t) g_u32SessionCookie;
337 extern DECLHIDDEN(SUPLIBDATA) g_supLibData;
338 extern DECLHIDDEN(uint32_t) g_uSupFakeMode;
339 extern DECLHIDDEN(PSUPGLOBALINFOPAGE) g_pSUPGlobalInfoPageR0;
341 extern DECLHIDDEN(PSUPQUERYFUNCS) g_pSupFunctions;
343 extern DECLHIDDEN(SUPR3HARDENEDMAINSTATE) g_enmSupR3HardenedMainState;
345 extern DECLHIDDEN(bool) g_fSupEarlyProcessInit;
380 DECLHIDDEN(int) supR3HardenedPathAppPrivateNoArch(char *pszPath, size_t cchPath);
382 DECLHIDDEN(int) supR3HardenedPathAppPrivateArch(char *pszPath, size_t cchPath);
384 DECLHIDDEN(int) supR3HardenedPathSharedLibs(char *pszPath, size_t cchPath);
386 DECLHIDDEN(int) supR3HardenedPathAppDocs(char *pszPath, size_t cchPath);
388 DECLHIDDEN(int) supR3HardenedPathExecDir(char *pszPath, size_t cchPath);
390 DECLHIDDEN(char *) supR3HardenedPathFilename(const char *pszPath);
395 DECLHIDDEN(void) supR3HardenedFatalMsgV(const char *pszWhere, SUPINITOP enmWhat, int rc, const char *pszMsgFmt, va_list va);
400 DECLHIDDEN(void) supR3HardenedFatalMsg(const char *pszWhere, SUPINITOP enmWhat, int rc, const char *pszMsgFmt, ...);
405 DECLHIDDEN(void) supR3HardenedFatalV(const char *pszFormat, va_list va);
410 DECLHIDDEN(void) supR3HardenedFatal(const char *pszFormat, ...);
415 DECLHIDDEN(int) supR3HardenedErrorV(int rc, bool fFatal, const char *pszFormat, va_list va);
420 DECLHIDDEN(int) supR3HardenedError(int rc, bool fFatal, const char *pszFormat, ...);
425 DECLHIDDEN(void) supR3HardenedOpenLog(int *pcArgs, char **papszArgs);
430 DECLHIDDEN(void) supR3HardenedLogV(const char *pszFormat, va_list va);
435 DECLHIDDEN(void) supR3HardenedLog(const char *pszFormat, ...);
440 DECLHIDDEN(void) supR3HardenedLogFlush(void);
443 DECLHIDDEN(int) supR3HardenedVerifyAll(bool fFatal, const char *pszProgName);
444 DECLHIDDEN(int) supR3HardenedVerifyFixedDir(SUPINSTDIR enmDir, bool fFatal);
445 DECLHIDDEN(int) supR3HardenedVerifyFixedFile(const char *pszFilename, bool fFatal);
446 DECLHIDDEN(int) supR3HardenedVerifyDir(const char *pszDirPath, bool fRecursive, bool fCheckFiles, PRTERRINFO pErrInfo);
447 DECLHIDDEN(int) supR3HardenedVerifyFile(const char *pszFilename, RTHCUINTPTR hNativeFile, bool fMaybe3rdParty,
449 DECLHIDDEN(void) supR3HardenedGetPreInitData(PSUPPREINITDATA pPreInitData);
450 DECLHIDDEN(int) supR3HardenedRecvPreInitData(PCSUPPREINITDATA pPreInitData);
453 DECLHIDDEN(void) supR3HardenedWinInit(uint32_t fFlags, bool fAvastKludge);
454 DECLHIDDEN(void) supR3HardenedWinInitVersion(void);
455 DECLHIDDEN(void) supR3HardenedWinInitImports(void);
457 DECLHIDDEN(void) supR3HardenedWinGetVeryEarlyImports(uintptr_t uNtDllAddr,
461 DECLHIDDEN(void) supR3HardenedWinInitImportsEarly(uintptr_t uNtDllAddr);
462 DECLHIDDEN(void) supR3HardenedWinInitSyscalls(bool fReportErrors);
463 DECLHIDDEN(PFNRT) supR3HardenedWinGetRealDllSymbol(const char *pszDll, const char *pszProcedure);
464 DECLHIDDEN(void) supR3HardenedWinEnableThreadCreation(void);
465 DECLHIDDEN(void) supR3HardenedWinResolveVerifyTrustApiAndHookThreadCreation(const char *pszProgName);
466 DECLHIDDEN(void) supR3HardenedWinFlushLoaderCache();
467 DECLHIDDEN(bool) supR3HardenedWinIsReSpawnNeeded(int iWhich, int cArgs, char **papszArgs);
468 DECLHIDDEN(int) supR3HardenedWinReSpawn(int iWhich);
470 DECLHIDDEN(void) supR3HardenedWinCreateParentWatcherThread(HMODULE hVBoxRT);
472 DECLHIDDEN(void *) supR3HardenedWinLoadLibrary(const char *pszName, bool fSystem32Only);
477 DECLHIDDEN(void) supR3HardenedWinCompactHeaps(void);
478 DECLHIDDEN(void) supR3HardenedMainOpenDevice(void);
479 DECLHIDDEN(char *) supR3HardenedWinReadErrorInfoDevice(char *pszErrorInfo, size_t cbErrorInfo, const char *pszPrefix);
480 DECLHIDDEN(void) supR3HardenedWinReportErrorToParent(const char *pszWhere, SUPINITOP enmWhat, int rc,