Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_internal.h124 bool HandleDlopenInit();
Dasan_malloc_mac.cpp68 bool HandleDlopenInit() { in HandleDlopenInit() function
Dasan_linux.cpp232 bool HandleDlopenInit() { in HandleDlopenInit() function
Dasan_fuchsia.cpp201 bool HandleDlopenInit() { in HandleDlopenInit() function
Dasan_rtems.cpp223 bool HandleDlopenInit() { in HandleDlopenInit() function
Dasan_win.cpp350 bool HandleDlopenInit() { in HandleDlopenInit() function
Dasan_rtl.cpp413 if (SANITIZER_SUPPORTS_INIT_FOR_DLOPEN && UNLIKELY(HandleDlopenInit())) { in AsanInitInternal()