Searched refs:weak_intercept_init (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_win_weak_interception.cc66 static int weak_intercept_init() { function
83 weak_intercept_init;
87 if (reason == /*DLL_PROCESS_ATTACH=*/1) weak_intercept_init();
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_weak_interception.cc64 static int weak_intercept_init() { function
81 weak_intercept_init;
85 if (reason == /*DLL_PROCESS_ATTACH=*/1) weak_intercept_init();
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_weak_interception.cpp66 static int weak_intercept_init() { function
83 weak_intercept_init;
87 if (reason == /*DLL_PROCESS_ATTACH=*/1) weak_intercept_init();

Completed in 143 milliseconds