Home
last modified time | relevance | path

Searched refs:COMMON_INTERCEPTOR_DLOPEN (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp133 # define COMMON_INTERCEPTOR_DLOPEN(filename, flag) \ macro
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp2380 #define COMMON_INTERCEPTOR_DLOPEN(filename, flag) \ macro
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2386 #define COMMON_INTERCEPTOR_DLOPEN(filename, flag) \ macro
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc24 // COMMON_INTERCEPTOR_DLOPEN
279 #ifndef COMMON_INTERCEPTOR_DLOPEN
280 #define COMMON_INTERCEPTOR_DLOPEN(filename, flag) \
6537 void *res = COMMON_INTERCEPTOR_DLOPEN(filename, flag);