/aosp_15_r20/external/pciutils/lib/ |
H A D | win32-sysdbg.c | 88 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 D | physmem-windows.c | 148 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 D | i386-io-windows.h | 149 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/ |
D | keyed_event.rs | 52 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 D | CMakeLists.txt | 87 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 D | MemoryLock.cpp | 100 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 D | SystemInfo.cpp | 867 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/ |
D | sysdeps_test.cpp | 31 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 D | process_handle_win.cc | 48 HINSTANCE ntdll = GetModuleHandle(L"ntdll.dll"); in GetParentProcessId() local 51 GetProcAddress(ntdll, "NtQueryInformationProcess")); in GetParentProcessId()
|
/aosp_15_r20/external/cronet/base/debug/ |
H A D | gdi_debug_util_win.cc | 180 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 D | minidump2.stackwalk.machine_readable.out | 17 Module|ntdll.dll|5.1.2600.2180|ntdll.pdb|36515FB5D04345E491F672FA2E2878C02|0x7c900000|0x7c9affff|0
|
H A D | minidump2.dump.out | 235 (code_file) = "C:\WINDOWS\system32\ntdll.dll" 240 (cv_record).pdb_file_name = "ntdll.pdb" 242 (debug_file) = "ntdll.pdb"
|
H A D | minidump2.stackwalk.out | 42 0x7c900000 - 0x7c9affff ntdll.dll 5.1.2600.2180
|
/aosp_15_r20/external/skia/tools/gpu/gl/angle/ |
H A D | GLTestContext_angle.cpp | 138 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 D | AltStreamsFolder.cpp | 576 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 D | init.c | 99 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/ |
D | CMakeLists.txt | 27 bcrypt ntdll userenv ws2_32
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_cpp_ffi/benchmarks/ |
D | CMakeLists.txt | 34 bcrypt ntdll userenv ws2_32
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_cpp_ffi/tests/ |
D | CMakeLists.txt | 46 bcrypt ntdll userenv ws2_32
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | pythoninfo.py | 767 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 D | BUILD.bazel | 32 "ntdll.lib",
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ |
D | CMakeLists.txt | 103 bcrypt ntdll userenv ws2_32
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/debugging/internal/ |
H A D | stacktrace_win32-inl.inc | 60 GetModuleHandleA("ntdll.dll"), "RtlCaptureStackBackTrace");
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/debugging/internal/ |
H A D | stacktrace_win32-inl.inc | 60 GetModuleHandleA("ntdll.dll"), "RtlCaptureStackBackTrace");
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/ |
D | stacktrace_win32-inl.inc | 60 GetModuleHandleA("ntdll.dll"), "RtlCaptureStackBackTrace");
|