Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_internal.h126 bool HandleDlopenInit();
H A Dasan_malloc_mac.cpp70 bool HandleDlopenInit() { in HandleDlopenInit() function
H A Dasan_linux.cpp240 bool HandleDlopenInit() { in HandleDlopenInit() function
H A Dasan_fuchsia.cpp228 bool HandleDlopenInit() { in HandleDlopenInit() function
H A Dasan_win.cpp362 bool HandleDlopenInit() { in HandleDlopenInit() function
H A Dasan_rtl.cpp408 if (SANITIZER_SUPPORTS_INIT_FOR_DLOPEN && UNLIKELY(HandleDlopenInit())) { in AsanInitInternal()