| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | dll.d | 116 // 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 D | threadaux.d | 144 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 D | ntdll.d | 10 module core.sys.windows.ntdll;
|
| /netbsd-src/external/mit/libuv/dist/src/win/ |
| H A D | winapi.c | 28 /* Ntdll function pointers */ 58 ntdll_module = GetModuleHandleA("ntdll.dll"); in uv__winapi_init()
|
| H A D | winapi.h | 29 * Ntdll headers 4742 /* Ntdll function pointers */
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| H A D | sanitizer_common_test.cc | 288 // 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 D | asan_win.cc | 179 // 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 D | asan_win.cc | 181 // 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 D | asan_win.cpp | 180 // 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 D | interception_win.cpp | 404 // 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 D | select.c | 74 /* 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 D | interception_win.cc | 842 // 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 D | interception_win.cc | 844 // 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 D | Process.inc | 487 HMODULE hMod = ::GetModuleHandleW(L"ntdll.dll");
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/ |
| H A D | interception_win_test.cc | 301 HMODULE ntdll_handle = ::GetModuleHandle("ntdll"); in TEST()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/ |
| H A D | Makefile.am | 349 core/sys/windows/ntdll.d core/sys/windows/ntldap.d \
|
| H A D | Makefile.in | 380 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 D | Makefile.am | 380 core/sys/windows/ntdll.d core/sys/windows/ntldap.d \
|
| H A D | Makefile.in | 412 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 D | fiber.d | 1202 // Windows-internal handler (ntdll.dll!FinalExceptionHandler) at in version()
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2005 | 1364 (register_loaded_dll): Ditto. Special-case ntdll.dll. Fill in lm_info
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2005 | 1364 (register_loaded_dll): Ditto. Special-case ntdll.dll. Fill in lm_info
|
| /netbsd-src/external/gpl3/gdb/dist/gdbserver/ |
| H A D | ChangeLog-2002-2021 | 19305 "ntdll.dll", prepend the system directory to the dll path.
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 9574 $1 = {<text variable, no debug info>} 0x77734120 <ntdll!RtlExitUserProcess>
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | MD5SUMS | 90193 2742aec87787a16951a91b56ec195e8a libphobos/libdruntime/core/sys/windows/ntdll.d
|