Home
last modified time | relevance | path

Searched full:ntdll (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Ddll.d116 // crawl through ntdll to find function _LdrpAllocateTls@0 and references in version()
143 HANDLE hnd = GetModuleHandleA( "NTDLL" ); in version()
144 assert( hnd, "cannot get module handle for ntdll" ); in version()
146 assert( fn, "cannot find LdrInitializeThunk in ntdll" ); in version()
201 HANDLE hnd = GetModuleHandleA( "NTDLL" ); in version()
202 assert( hnd, "cannot get module handle for ntdll" ); in version()
250 // https://www.geoffchappell.com/studies/windows/win32/ntdll/structs/ldr_data_table_entry.htm
H A Dthreadaux.d144 HANDLE nthnd = GetModuleHandleA( "NTDLL" ); in getTEB()
145 assert( nthnd, "cannot get module handle for ntdll" ); in getTEB()
147 assert( fn, "cannot find NtQueryInformationThread in ntdll" ); in getTEB()
238 HANDLE hnd = GetModuleHandleA( "NTDLL" ); in enumProcessThreads()
H A Dntdll.d10 module core.sys.windows.ntdll;
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dwinapi.c28 /* Ntdll function pointers */
58 ntdll_module = GetModuleHandleA("ntdll.dll"); in uv__winapi_init()
H A Dwinapi.h29 * Ntdll headers
4742 /* Ntdll function pointers */
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cc288 // ntdll.dll should be on PATH in all supported test environments on all in TEST()
290 char *ntdll_path = FindPathToBinary("ntdll.dll"); in TEST()
291 EXPECT_NE((char*)0, internal_strstr(ntdll_path, "ntdll.dll")); in TEST()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_win.cc179 // ntdll!RtlRaiseException instead. in InitializePlatformInterceptors()
337 // early as possible. Initializers in .CRT$XL* are called directly by ntdll,
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_win.cc181 // ntdll!RtlRaiseException instead. in InitializePlatformInterceptors()
346 // early as possible. Initializers in .CRT$XL* are called directly by ntdll,
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_win.cpp180 // ntdll!RtlRaiseException instead. in InitializePlatformInterceptors()
371 // early as possible. Initializers in .CRT$XL* are called directly by ntdll,
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_win.cpp404 // ntdll!wcslen in Win11
415 // ntdll!strrchr in Win11
895 // NTDLL should go last as it exports some functions that we should in InterestingDLLsAvailable()
897 "ntdll.dll", NULL}; in InterestingDLLsAvailable()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dselect.c74 /* Declare data structures for ntdll functions. */
160 GetProcAddress (GetModuleHandle ("ntdll.dll"), in windows_poll_handle()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception_win.cc842 // NTDLL should go last as it exports some functions that we should in InterestingDLLsAvailable()
844 "ntdll.dll", NULL}; in InterestingDLLsAvailable()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception_win.cc844 // NTDLL should go last as it exports some functions that we should in InterestingDLLsAvailable()
846 "ntdll.dll", NULL}; in InterestingDLLsAvailable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DProcess.inc487 HMODULE hMod = ::GetModuleHandleW(L"ntdll.dll");
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
H A Dinterception_win_test.cc301 HMODULE ntdll_handle = ::GetModuleHandle("ntdll"); in TEST()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/
H A DMakefile.am349 core/sys/windows/ntdll.d core/sys/windows/ntldap.d \
H A DMakefile.in380 core/sys/windows/ntdef.lo core/sys/windows/ntdll.lo \
969 core/sys/windows/ntdll.d core/sys/windows/ntldap.d \
1611 core/sys/windows/ntdll.lo: core/sys/windows/$(am__dirstamp)
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/
H A DMakefile.am380 core/sys/windows/ntdll.d core/sys/windows/ntldap.d \
H A DMakefile.in412 core/sys/windows/ntdef.lo core/sys/windows/ntdll.lo \
1045 core/sys/windows/ntdll.d core/sys/windows/ntldap.d \
1762 core/sys/windows/ntdll.lo: core/sys/windows/$(am__dirstamp)
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dfiber.d1202 // Windows-internal handler (ntdll.dll!FinalExceptionHandler) at in version()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20051364 (register_loaded_dll): Ditto. Special-case ntdll.dll. Fill in lm_info
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20051364 (register_loaded_dll): Ditto. Special-case ntdll.dll. Fill in lm_info
/netbsd-src/external/gpl3/gdb/dist/gdbserver/
H A DChangeLog-2002-202119305 "ntdll.dll", prepend the system directory to the dll path.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git9574 $1 = {<text variable, no debug info>} 0x77734120 <ntdll!RtlExitUserProcess>
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS90193 2742aec87787a16951a91b56ec195e8a libphobos/libdruntime/core/sys/windows/ntdll.d

12