Searched refs:__asan_init (Results 1 - 9 of 9) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_android_stub.cc4 typeof(__asan_init) *__asan_preinit =__asan_init;
H A Dasan_preinit.cc12 // Call __asan_init at the very early stage of process startup.
24 void (*__local_asan_preinit)(void) = __asan_init;
H A Dasan_win.cc35 __asan_init();
221 // the floor, so we can't install our handler inside __asan_init.
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");
412 // We want to call __asan_init before C/C++ initializers/constructors are
420 __asan_init();
H A Dasan_interface_internal.h30 SANITIZER_INTERFACE_ATTRIBUTE void __asan_init();
H A Dasan_rtl.cc623 void __asan_init() { function in namespace:__asan
/external/vboot_reference/scripts/image_signing/
H A Densure_not_ASAN.sh31 grep -q __asan_init; then
/external/autotest/client/site_tests/platform_ToolchainOptions/
H A Dplatform_ToolchainOptions.py193 "egrep -q \"__asan_init\" || "
/external/compiler-rt/lib/asan/tests/
H A Dasan_noinst_test.cc34 // Make sure __asan_init is called before any test case is run.
38 __asan_init();

Completed in 201 milliseconds