Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_internal.h125 bool HandleDlopenInit();
H A Dasan_linux.cpp233 bool HandleDlopenInit() { in HandleDlopenInit() function
H A Dasan_fuchsia.cpp226 bool HandleDlopenInit() { in HandleDlopenInit() function
H A Dasan_win.cpp361 bool HandleDlopenInit() { in HandleDlopenInit() function
H A Dasan_rtl.cpp408 if (SANITIZER_SUPPORTS_INIT_FOR_DLOPEN && UNLIKELY(HandleDlopenInit())) { in AsanInitInternal()