Home
last modified time | relevance | path

Searched defs:WRAPPER_NAME (Results 1 – 3 of 3) sorted by relevance

/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/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/libchrome/build/android/pylib/
Dvalgrind_tools.py32 WRAPPER_NAME = '/system/bin/asanwrapper' variable in AddressSanitizerTool