HomeSort by relevance Sort by last modified time
    Searched defs:__asan_init (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/asan/
asan_rtl.cc 641 void __asan_init() { function in namespace:__asan
asan_win_dll_thunk.cc 75 // 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/
szrt_asan.c 96 void __asan_init(int, void **, int *);
169 void __asan_init(int n_rzs, void **rzs, int *rz_sizes) { function

Completed in 223 milliseconds