Lines Matching defs:g_SupLibHardenedExeNtPath

275 SUPSYSROOTDIRBUF            g_SupLibHardenedExeNtPath;
276 /** The offset into g_SupLibHardenedExeNtPath of the executable name (WCHAR,
808 if (supR3HardenedWinVerifyCacheLookupImport(g_SupLibHardenedExeNtPath.UniStr.Buffer,
891 && !supR3HardenedWinVerifyCacheLookupImport(g_SupLibHardenedExeNtPath.UniStr.Buffer,
985 { g_SupLibHardenedExeNtPath.UniStr.Buffer, g_offSupLibHardenedExeNtName - 1 },
1354 Assert(g_SupLibHardenedExeNtPath.UniStr.Buffer[g_offSupLibHardenedExeNtName - 1] == '\\');
1361 g_SupLibHardenedExeNtPath.UniStr.Buffer,
1406 Assert(g_SupLibHardenedExeNtPath.UniStr.Buffer[g_offSupLibHardenedExeNtName - 1] == '\\');
1409 g_SupLibHardenedExeNtPath.UniStr.Buffer,
3938 rcNt = RtlCreateUserProcess(&g_SupLibHardenedExeNtPath.UniStr,
5358 RT_ZERO(g_SupLibHardenedExeNtPath);
5360 NTSTATUS rcNt = NtQueryObject(hFile, ObjectNameInformation, &g_SupLibHardenedExeNtPath,
5361 sizeof(g_SupLibHardenedExeNtPath) - sizeof(WCHAR), &cbIgn);
5368 g_offSupLibHardenedExeNtName = g_SupLibHardenedExeNtPath.UniStr.Length / sizeof(WCHAR);
5370 && g_SupLibHardenedExeNtPath.UniStr.Buffer[g_offSupLibHardenedExeNtName - 1] != '\\' )
5554 rcNt = NtQueryVirtualMemory(NtCurrentProcess(), &g_ProcParams, MemorySectionName, &g_SupLibHardenedExeNtPath,
5555 sizeof(g_SupLibHardenedExeNtPath) - sizeof(WCHAR), &cbActual);
5557 || g_SupLibHardenedExeNtPath.UniStr.Length == 0
5558 || g_SupLibHardenedExeNtPath.UniStr.Length & 1)
5562 g_offSupLibHardenedExeNtName = g_SupLibHardenedExeNtPath.UniStr.Length / sizeof(WCHAR);
5564 && g_SupLibHardenedExeNtPath.UniStr.Buffer[g_offSupLibHardenedExeNtName - 1] != '\\' )