HomeSort by: relevance | last modified time | path
    Searched refs:__dll_thunk_init (Results 1 - 9 of 9) 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
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/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_win_dll_thunk.cpp 71 extern "C" int __dll_thunk_init() { function
73 // __dll_thunk_init is expected to be called by only one thread.
90 __dll_thunk_init;
94 if (reason == /*DLL_PROCESS_ATTACH=*/1) __dll_thunk_init();
sanitizer_win_dll_thunk.h 26 extern "C" int __dll_thunk_init();
82 // functions since it can be called before __dll_thunk_init, but that would lead
89 // Use these macros for functions that could be called before __dll_thunk_init()
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_win_dll_thunk.cpp 71 extern "C" int __dll_thunk_init() { function
73 // __dll_thunk_init is expected to be called by only one thread.
90 __dll_thunk_init;
94 if (reason == /*DLL_PROCESS_ATTACH=*/1) __dll_thunk_init();
sanitizer_win_dll_thunk.h 26 extern "C" int __dll_thunk_init();
82 // functions since it can be called before __dll_thunk_init, but that would lead
89 // 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();
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_win_dll_thunk.cpp 134 __dll_thunk_init();
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_win_dll_thunk.cpp 121 __dll_thunk_init();

Completed in 23 milliseconds