Home
last modified time | relevance | path

Searched refs:ntdll (Results 1 – 8 of 8) sorted by relevance

/third_party/lzma/CPP/Windows/
DMemoryLock.cpp88 HMODULE ntdll = ::GetModuleHandleW(L"ntdll.dll"); in Get_LargePages_RiskLevel() local
89 if (!ntdll) in Get_LargePages_RiskLevel()
91 Func_RtlGetVersion func = (Func_RtlGetVersion)(void *)GetProcAddress(ntdll, "RtlGetVersion"); in Get_LargePages_RiskLevel()
DSystemInfo.cpp725 HMODULE ntdll = ::GetModuleHandleW(L"ntdll.dll"); in My_RtlGetVersion() local
726 if (!ntdll) in My_RtlGetVersion()
728 Func_RtlGetVersion func = (Func_RtlGetVersion)(void *)GetProcAddress(ntdll, "RtlGetVersion"); in My_RtlGetVersion()
/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c292 BOOL ntdll; member
826 fd->ntdll = FALSE; in ntfs_device_win32_open_file()
858 fd->ntdll = FALSE; in ntfs_device_win32_open_drive()
929 fd->ntdll = TRUE; in ntfs_device_win32_open_lowlevel()
1157 fd->ntdll = FALSE; in ntfs_device_win32_open_partition()
1312 || (fd->ntdll && (abs_ofs > fd->part_length))) { in ntfs_device_win32_seek()
1360 if (fd->ntdll) { in ntfs_device_win32_pio()
1548 if (fd->ntdll) { in ntfs_device_win32_close()
1557 if (fd->ntdll) in ntfs_device_win32_close()
1887 if (fd && !fd->ntdll) { in ntfs_device_win32_ioctl()
[all …]
/third_party/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp134 HMODULE ntdll = GetModuleHandle("ntdll.dll"); in is_wine() local
135 if (!ntdll) { in is_wine()
139 return GetProcAddress(ntdll, "wine_get_version") == nullptr ? IsWine::kNo : IsWine::kYes; in is_wine()
/third_party/python/Lib/test/
Dpythoninfo.py703 ntdll = ctypes.WinDLL('ntdll')
707 RtlAreLongPathsEnabled = ntdll.RtlAreLongPathsEnabled
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Dstacktrace_win32-inl.inc60 GetModuleHandleA("ntdll.dll"), "RtlCaptureStackBackTrace");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DProcess.inc460 HMODULE hMod = ::GetModuleHandleW(L"ntdll.dll");
/third_party/curl/projects/
Dbuild-openssl.bat472 nmake -f ms\ntdll.mak