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.h127 bool HandleDlopenInit();
H A Dasan_linux.cpp281 bool HandleDlopenInit() { in HandleDlopenInit() function
H A Dasan_fuchsia.cpp230 bool HandleDlopenInit() { in HandleDlopenInit() function
H A Dasan_win.cpp371 bool HandleDlopenInit() { in HandleDlopenInit() function
H A Dasan_rtl.cpp442 if (SANITIZER_SUPPORTS_INIT_FOR_DLOPEN && UNLIKELY(HandleDlopenInit())) { in AsanInitInternal()