Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/pciutils/lib/
H A Dwin32-sysdbg.c88 static HMODULE ntdll; variable
129 ntdll = LoadLibrary(TEXT("ntdll.dll")); in win32_sysdbg_setup()
131 if (!ntdll) in win32_sysdbg_setup()
137 NtSystemDebugControl = (LPVOID)GetProcAddress(ntdll, "NtSystemDebugControl"); in win32_sysdbg_setup()
141 FreeLibrary(ntdll); in win32_sysdbg_setup()
142 ntdll = NULL; in win32_sysdbg_setup()
165 FreeLibrary(ntdll); in win32_sysdbg_setup()
166 ntdll = NULL; in win32_sysdbg_setup()
176 FreeLibrary(ntdll); in win32_sysdbg_setup()
177 ntdll = NULL; in win32_sysdbg_setup()
[all …]
H A Dphysmem-windows.c148 HMODULE ntdll; member
676 physmem->ntdll = LoadLibrary(TEXT("ntdll.dll")); in init_physmem_ntdll()
678 if (!physmem->ntdll) in init_physmem_ntdll()
685 physmem->RtlNtStatusToDosError = (LPVOID)GetProcAddress(physmem->ntdll, "RtlNtStatusToDosError"); in init_physmem_ntdll()
687 physmem->NtOpenSection = (LPVOID)GetProcAddress(physmem->ntdll, "NtOpenSection"); in init_physmem_ntdll()
691 FreeLibrary(physmem->ntdll); in init_physmem_ntdll()
692 physmem->ntdll = NULL; in init_physmem_ntdll()
697 physmem->NtMapViewOfSection = (LPVOID)GetProcAddress(physmem->ntdll, "NtMapViewOfSection"); in init_physmem_ntdll()
701 FreeLibrary(physmem->ntdll); in init_physmem_ntdll()
702 physmem->ntdll = NULL; in init_physmem_ntdll()
[all …]
H A Di386-io-windows.h149 HMODULE ntdll; in SetProcessUserModeIOPL() local
159 ntdll = LoadLibrary(TEXT("ntdll.dll")); in SetProcessUserModeIOPL()
161 if (!ntdll) in SetProcessUserModeIOPL()
168 Arg[0] = (LPVOID)GetProcAddress(ntdll, "NtSetInformationProcess"); in SetProcessUserModeIOPL()
171 FreeLibrary(ntdll); in SetProcessUserModeIOPL()
177 Arg[1] = (LPVOID)GetProcAddress(ntdll, "RtlNtStatusToDosError"); in SetProcessUserModeIOPL()
182 FreeLibrary(ntdll); in SetProcessUserModeIOPL()
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot_core/src/thread_parker/windows/
Dkeyed_event.rs52 let ntdll = unsafe { GetModuleHandleA(b"ntdll.dll\0".as_ptr()) }; in create() localVariable
53 if ntdll == 0 { in create()
58 unsafe { GetProcAddress(ntdll, b"NtCreateKeyedEvent\0".as_ptr())? }; in create()
60 unsafe { GetProcAddress(ntdll, b"NtReleaseKeyedEvent\0".as_ptr())? }; in create()
62 unsafe { GetProcAddress(ntdll, b"NtWaitForKeyedEvent\0".as_ptr())? }; in create()
/aosp_15_r20/tools/netsim/
H A DCMakeLists.txt87 target_link_libraries(netsim PRIVATE ntdll)
88 target_link_libraries(netsimd PRIVATE ntdll)
89 target_link_libraries(netsim-test PRIVATE ntdll)
90 android_license(TARGET "ntdll" LIBNAME None SPDX None LICENSE None
/aosp_15_r20/external/lzma/CPP/Windows/
H A DMemoryLock.cpp100 const HMODULE ntdll = ::GetModuleHandleW(L"ntdll.dll"); in Get_LargePages_RiskLevel() local
101 if (!ntdll) in Get_LargePages_RiskLevel()
105 Func_RtlGetVersion, ntdll, in Get_LargePages_RiskLevel()
H A DSystemInfo.cpp867 const HMODULE ntdll = ::GetModuleHandleW(L"ntdll.dll"); in My_RtlGetVersion() local
868 if (!ntdll) in My_RtlGetVersion()
872 Func_RtlGetVersion, ntdll, in My_RtlGetVersion()
/aosp_15_r20/packages/modules/adb/
Dsysdeps_test.cpp31 HMODULE ntdll = GetModuleHandleW(L"ntdll.dll"); in IsWine() local
32 if (!ntdll) { in IsWine()
35 return GetProcAddress(ntdll, "wine_get_version") != nullptr; in IsWine()
/aosp_15_r20/external/cronet/base/process/
H A Dprocess_handle_win.cc48 HINSTANCE ntdll = GetModuleHandle(L"ntdll.dll"); in GetParentProcessId() local
51 GetProcAddress(ntdll, "NtQueryInformationProcess")); in GetParentProcessId()
/aosp_15_r20/external/cronet/base/debug/
H A Dgdi_debug_util_win.cc180 HMODULE ntdll = GetModuleHandle(L"ntdll.dll"); in GetGdiTableEntries() local
181 if (!ntdll) in GetGdiTableEntries()
186 GetProcAddress(ntdll, ProcessType::query_information_process_name)); in GetGdiTableEntries()
204 GetProcAddress(ntdll, ProcessType::read_virtual_memory_func_name)); in GetGdiTableEntries()
/aosp_15_r20/external/google-breakpad/src/processor/testdata/
H A Dminidump2.stackwalk.machine_readable.out17 Module|ntdll.dll|5.1.2600.2180|ntdll.pdb|36515FB5D04345E491F672FA2E2878C02|0x7c900000|0x7c9affff|0
H A Dminidump2.dump.out235 (code_file) = "C:\WINDOWS\system32\ntdll.dll"
240 (cv_record).pdb_file_name = "ntdll.pdb"
242 (debug_file) = "ntdll.pdb"
H A Dminidump2.stackwalk.out42 0x7c900000 - 0x7c9affff ntdll.dll 5.1.2600.2180
/aosp_15_r20/external/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.cpp138 HMODULE ntdll = GetModuleHandle("ntdll.dll"); in is_wine() local
139 if (!ntdll) { in is_wine()
143 return GetProcAddress(ntdll, "wine_get_version") == nullptr ? IsWine::kNo : IsWine::kYes; in is_wine()
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DAltStreamsFolder.cpp576 const HMODULE ntdll = ::GetModuleHandleW(L"ntdll.dll"); in Z7_COM7F_IMF() local
582 Func_NtSetInformationFile, ntdll, in Z7_COM7F_IMF()
610 Func_RtlNtStatusToDosError, ntdll, in Z7_COM7F_IMF()
/aosp_15_r20/external/cpuinfo/src/x86/windows/
H A Dinit.c99 HMODULE ntdll = GetModuleHandleW(L"ntdll.dll"); in cpuinfo_x86_windows_is_wine() local
100 if (ntdll == NULL) { in cpuinfo_x86_windows_is_wine()
104 return GetProcAddress(ntdll, "wine_get_version") != NULL; in cpuinfo_x86_windows_is_wine()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_cpp_ffi/sample/
DCMakeLists.txt27 bcrypt ntdll userenv ws2_32
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_cpp_ffi/benchmarks/
DCMakeLists.txt34 bcrypt ntdll userenv ws2_32
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_cpp_ffi/tests/
DCMakeLists.txt46 bcrypt ntdll userenv ws2_32
/aosp_15_r20/external/python/cpython3/Lib/test/
Dpythoninfo.py767 ntdll = ctypes.WinDLL('ntdll')
771 RtlAreLongPathsEnabled = ntdll.RtlAreLongPathsEnabled
/aosp_15_r20/external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/toolchains/cc/x86_64-pc-windows-msvc/
H A DBUILD.bazel32 "ntdll.lib",
/aosp_15_r20/external/rust/beto-rust/nearby/presence/
DCMakeLists.txt103 bcrypt ntdll userenv ws2_32
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/debugging/internal/
H A Dstacktrace_win32-inl.inc60 GetModuleHandleA("ntdll.dll"), "RtlCaptureStackBackTrace");
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/debugging/internal/
H A Dstacktrace_win32-inl.inc60 GetModuleHandleA("ntdll.dll"), "RtlCaptureStackBackTrace");
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/
Dstacktrace_win32-inl.inc60 GetModuleHandleA("ntdll.dll"), "RtlCaptureStackBackTrace");

12