Home
last modified time | relevance | path

Searched refs:__dll_thunk_init (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cpp71 extern "C" int __dll_thunk_init() { in __dll_thunk_init() function
90 __dll_thunk_init;
94 if (reason == /*DLL_PROCESS_ATTACH=*/1) __dll_thunk_init(); in dll_thunk_thread_init()
H A Dsanitizer_win_dll_thunk.h26 extern "C" int __dll_thunk_init();
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp134 __dll_thunk_init(); in asan_dll_thunk_init()