Home
last modified time | relevance | path

Searched refs:HandleDlopenInit (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_internal.h125 bool HandleDlopenInit();
H A Dasan_malloc_mac.cpp68 bool HandleDlopenInit() { in HandleDlopenInit() function
H A Dasan_linux.cpp235 bool HandleDlopenInit() { in HandleDlopenInit() function
H A Dasan_fuchsia.cpp228 bool HandleDlopenInit() { in HandleDlopenInit() function
H A Dasan_win.cpp354 bool HandleDlopenInit() { in HandleDlopenInit() function
H A Dasan_rtl.cpp392 if (SANITIZER_SUPPORTS_INIT_FOR_DLOPEN && UNLIKELY(HandleDlopenInit())) { in AsanInitInternal()