HomeSort by relevance Sort by last modified time
    Searched refs:WRAPPER_NAME (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/interception/
interception.h 91 # define WRAPPER_NAME(x) "wrap_"#x
97 # define WRAPPER_NAME(x) #x
101 # define WRAPPER_NAME(x) "wrap_"#x
107 # define WRAPPER_NAME(x) "__interceptor_" #x
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 291 ALIAS(WRAPPER_NAME(strchr));

Completed in 44 milliseconds