Home
last modified time | relevance | path

Searched refs:WRAPPER_NAME (Results 1 – 4 of 4) 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/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));