Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp133 # define COMMON_INTERCEPTOR_DLOPEN(filename, flag) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2464 #define COMMON_INTERCEPTOR_DLOPEN(filename, flag) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc24 // COMMON_INTERCEPTOR_DLOPEN
245 #ifndef COMMON_INTERCEPTOR_DLOPEN
246 #define COMMON_INTERCEPTOR_DLOPEN(filename, flag) \
6352 void *res = COMMON_INTERCEPTOR_DLOPEN(filename, flag);