Searched defs:__asan_init (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_rtl.cc641 void __asan_init() { function in namespace:__asan
H A Dasan_win_dll_thunk.cc75 // after __asan_init, thus an empty implementation is sufficient.
89 // functions since it can be called before __asan_init, but that would lead to
198 // want to call it in the __asan_init interceptor.
204 // Manually wrap __asan_init as we need to initialize
206 void __asan_init() { function
209 // __asan_init is expected to be called by only one thread.
212 fn = (fntype)getRealProcAddressOrDie("__asan_init");
423 // We want to call __asan_init before C/C++ initializers/constructors are
431 __asan_init();
/external/swiftshader/third_party/subzero/runtime/
H A Dszrt_asan.c96 void __asan_init(int, void **, int *);
169 void __asan_init(int n_rzs, void **rzs, int *rz_sizes) { function

Completed in 156 milliseconds