Searched refs:ntdll (Results 1 – 14 of 14) sorted by relevance
/third_party/boost/libs/log/src/windows/ |
D | mapped_shared_memory.cpp | 209 boost::winapi::HMODULE_ ntdll = boost::winapi::GetModuleHandleW(L"ntdll.dll"); in obtain_size() local 210 if (BOOST_UNLIKELY(ntdll == NULL)) in obtain_size() 216 … query_section = (nt_query_section_t)boost::winapi::get_proc_address(ntdll, "NtQuerySection"); in obtain_size()
|
D | ipc_sync_wrappers.cpp | 190 boost::winapi::HMODULE_ ntdll = boost::winapi::GetModuleHandleW(L"ntdll.dll"); in is_semaphore_zero_count_init() local 191 if (ntdll) in is_semaphore_zero_count_init() 193 …nt_query_semaphore_t ntqs = (nt_query_semaphore_t)boost::winapi::get_proc_address(ntdll, "NtQueryS… in is_semaphore_zero_count_init()
|
/third_party/boost/boost/outcome/experimental/status-code/ |
D | nt_code.hpp | 101 static win32::HMODULE ntdll = win32::GetModuleHandleW(L"NTDLL.DLL"); in _make_string_ref() local 102 …MAT_MESSAGE_FROM_SYSTEM*/ | 0x00000200 /*FORMAT_MESSAGE_IGNORE_INSERTS*/, ntdll, c, (1 << 10) /*MA… in _make_string_ref()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | win32_io.c | 292 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/flutter/skia/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 133 HMODULE ntdll = GetModuleHandle("ntdll.dll"); in is_wine() local 134 if (!ntdll) { in is_wine() 138 return GetProcAddress(ntdll, "wine_get_version") == nullptr ? IsWine::kNo : IsWine::kYes; in is_wine()
|
/third_party/skia/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 134 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/glib/gio/ |
D | gwin32registrykey.c | 1751 HMODULE ntdll = GetModuleHandleW (L"ntdll.dll"); in _g_win32_registry_key_reread() local 1753 if (ntdll != NULL) in _g_win32_registry_key_reread() 1754 func = (NtQueryKeyFunc) GetProcAddress (ntdll, "NtQueryKey"); in _g_win32_registry_key_reread() 2505 HMODULE ntdll = GetModuleHandleW (L"ntdll.dll"); in g_win32_registry_key_watch() local 2507 if (ntdll != NULL) in g_win32_registry_key_watch() 2508 func = (NtNotifyChangeMultipleKeysFunc) GetProcAddress (ntdll, "NtNotifyChangeMultipleKeys"); in g_win32_registry_key_watch()
|
/third_party/python/Lib/test/ |
D | pythoninfo.py | 703 ntdll = ctypes.WinDLL('ntdll') 707 RtlAreLongPathsEnabled = ntdll.RtlAreLongPathsEnabled
|
/third_party/abseil-cpp/absl/debugging/internal/ |
D | stacktrace_win32-inl.inc | 60 GetModuleHandleA("ntdll.dll"), "RtlCaptureStackBackTrace");
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | stacktrace_win32-inl.inc | 60 GetModuleHandleA("ntdll.dll"), "RtlCaptureStackBackTrace");
|
/third_party/openssl/ |
D | .gitignore | 102 /ms/ntdll.mak
|
/third_party/boost/libs/context/src/asm/ |
D | make_i386_ms_pe_masm.asm | 87 ; the exception handler chain is tested for the presence of ntdll.dll!FinalExceptionHandler
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Process.inc | 460 HMODULE hMod = ::GetModuleHandleW(L"ntdll.dll");
|
/third_party/curl/projects/ |
D | build-openssl.bat | 480 nmake -f ms\ntdll.mak
|