HomeSort by: relevance | last modified time | path
    Searched defs:asan_dll_thunk_init (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win_dll_thunk.cc 115 static int asan_dll_thunk_init() { function in typeref:typename:int
118 // asan_dll_thunk_init is expected to be called by only one thread.
140 __declspec(allocate(".CRT$XIB")) int (*__asan_preinit)() = asan_dll_thunk_init;
144 if (reason == /*DLL_PROCESS_ATTACH=*/1) asan_dll_thunk_init();
asan_win_dll_thunk.cc 115 static int asan_dll_thunk_init() { function in typeref:typename:int
118 // asan_dll_thunk_init is expected to be called by only one thread.
140 __declspec(allocate(".CRT$XIB")) int (*__asan_preinit)() = asan_dll_thunk_init;
144 if (reason == /*DLL_PROCESS_ATTACH=*/1) asan_dll_thunk_init();

Completed in 21 milliseconds