HomeSort by: relevance | last modified time | path
    Searched refs:__dll_thunk_init (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_win_dll_thunk.cc 72 extern "C" int __dll_thunk_init() { function in typeref:typename:int
74 // __dll_thunk_init is expected to be called by only one thread.
91 __dll_thunk_init;
95 if (reason == /*DLL_PROCESS_ATTACH=*/1) __dll_thunk_init();
sanitizer_win_dll_thunk.h 27 extern "C" int __dll_thunk_init();
83 // functions since it can be called before __dll_thunk_init, but that would lead
90 // Use these macros for functions that could be called before __dll_thunk_init()
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win_dll_thunk.cc 122 __dll_thunk_init();

Completed in 72 milliseconds