Home
last modified time | relevance | path

Searched refs:WRAPPER_NAME (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.h63 ALIAS(WRAPPER_NAME(pthread_##func));
66 ALIAS(WRAPPER_NAME(pthread_##func));
69 ALIAS(WRAPPER_NAME(pthread_##func2));
/external/llvm-project/compiler-rt/lib/interception/
Dinterception.h121 # define WRAPPER_NAME(x) "wrap_"#x macro
127 # define WRAPPER_NAME(x) "__asan_wrap_"#x macro
135 # define WRAPPER_NAME(x) #x macro
140 # define WRAPPER_NAME(x) "__interceptor_" #x macro
150 # define WRAPPER_NAME(x) "__interceptor_" #x macro
/external/compiler-rt/lib/interception/
Dinterception.h120 # define WRAPPER_NAME(x) "wrap_"#x macro
126 # define WRAPPER_NAME(x) "__asan_wrap_"#x macro
134 # define WRAPPER_NAME(x) "__interceptor_" #x macro
144 # define WRAPPER_NAME(x) "__interceptor_" #x macro
/external/libchrome/build/android/pylib/
Dvalgrind_tools.py32 WRAPPER_NAME = '/system/bin/asanwrapper' variable in AddressSanitizerTool
60 return AddressSanitizerTool.WRAPPER_NAME
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_win_dll_thunk.h87 INTERCEPT_OR_DIE(WRAPPER_NAME(name), name)
Dsanitizer_common_interceptors.inc4299 ALIAS(WRAPPER_NAME(pthread_mutex_lock));
4302 ALIAS(WRAPPER_NAME(pthread_mutex_unlock));
4305 ALIAS(WRAPPER_NAME(pthread_setcancelstate));
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc156 INTERCEPTOR(void, cfree, void *p) ALIAS(WRAPPER_NAME(free));
/external/compiler-rt/lib/asan/
Dasan_win_dll_thunk.cc94 INTERCEPT_WHEN_POSSIBLE(WRAPPER_NAME(name), name)
Dasan_interceptors.cc479 ALIAS(WRAPPER_NAME(strchr));
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_interceptors.cpp197 ALIAS(WRAPPER_NAME(strchr));
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_interceptors.cpp190 INTERCEPTOR(void, cfree, void *p) ALIAS(WRAPPER_NAME(free));
/external/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors.cpp368 ALIAS(WRAPPER_NAME(strchr));
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp1064 ALIAS(WRAPPER_NAME(pthread_key_create));