Searched refs:DllMain (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/heimdal/
H A Ddllmain.c35 DllMain(__in HINSTANCE hinstDLL, function
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A DDLLMain.c26 __declspec(dllexport) BOOL WINAPI DllMain(HINSTANCE hinstDLL,
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dnetware-libgcc.c32 DllMain (HINSTANCE libraryId __attribute__ ((__unused__)), function
/freebsd-11-stable/contrib/gdb/
H A Dltcf-gcj.sh124 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~
129 dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~
135 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12
137 # recent cygwin and mingw systems supply a stub DllMain which the user
H A Dltcf-c.sh121 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~
126 dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~
132 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12
134 # recent cygwin and mingw systems supply a stub DllMain which the user
/freebsd-11-stable/contrib/file/src/
H A Dmagic.c160 BOOL WINAPI DllMain(HINSTANCE, DWORD, LPVOID);
163 DllMain(HINSTANCE hinstDLL, DWORD fdwReason, function
/freebsd-11-stable/crypto/openssl/crypto/
H A Dcryptlib.c770 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) function
/freebsd-11-stable/contrib/libpcap/
H A Dpcap.c129 * DllMain(), required when built as a Windows DLL.
131 BOOL WINAPI DllMain( function
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp589 BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpReserved) { function
595 KA_TRACE(10, ("DllMain: PROCESS_ATTACH\n"));
600 KA_TRACE(10, ("DllMain: PROCESS_DETACH T#%d\n", __kmp_gtid_get_specific()));
614 // DllMain()->PROCESS_DETACH->__kmp_internal_end_library() below will try
636 KA_TRACE(10, ("DllMain: THREAD_ATTACH\n"));
643 KA_TRACE(10, ("DllMain: THREAD_DETACH T#%d\n", __kmp_gtid_get_specific()));
4254 // DllMain (process detach) the monitor has no chances to start (it is
5806 Windows dynamic, there is DllMain(THREAD_DETACH). For Windows static, there
6683 library. For dynamic library, we already have _fini and DllMain. */

Completed in 117 milliseconds