Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_internal.h124 bool HandleDlopenInit();
H A Dasan_malloc_mac.cpp68 bool HandleDlopenInit() { in HandleDlopenInit() function
H A Dasan_linux.cpp233 bool HandleDlopenInit() { in HandleDlopenInit() function
H A Dasan_fuchsia.cpp201 bool HandleDlopenInit() { in HandleDlopenInit() function
H A Dasan_win.cpp350 bool HandleDlopenInit() { in HandleDlopenInit() function
H A Dasan_rtl.cpp405 if (SANITIZER_SUPPORTS_INIT_FOR_DLOPEN && UNLIKELY(HandleDlopenInit())) { in AsanInitInternal()