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

  /external/compiler-rt/lib/interception/
interception.h 40 // 2) Call "INTERCEPT_FUNCTION(foo)" prior to the first call of "foo".
41 // INTERCEPT_FUNCTION(foo) evaluates to "true" iff the function was
48 // However, if the call "INTERCEPT_FUNCTION(foo)" and definition for
175 // INTERCEPT_FUNCTION macro, only its name.
184 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_LINUX(func)
189 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_MAC(func)
192 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func)
  /external/compiler-rt/lib/asan/
asan_mac.cc 499 CHECK(INTERCEPT_FUNCTION(dispatch_async_f));
500 CHECK(INTERCEPT_FUNCTION(dispatch_sync_f));
501 CHECK(INTERCEPT_FUNCTION(dispatch_after_f));
502 CHECK(INTERCEPT_FUNCTION(dispatch_barrier_async_f));
503 CHECK(INTERCEPT_FUNCTION(dispatch_group_async_f));
508 CHECK(INTERCEPT_FUNCTION(pthread_workqueue_additem_np));
517 CHECK(INTERCEPT_FUNCTION(CFStringCreateCopy));
520 CHECK(INTERCEPT_FUNCTION(free));
522 CHECK(INTERCEPT_FUNCTION(__CFInitialize));
asan_interceptors.cc 584 if (!INTERCEPT_FUNCTION(name) && flags()->verbosity > 0) \
690 INTERCEPT_FUNCTION(__cxa_throw);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 187 #define TSAN_INTERCEPT(func) INTERCEPT_FUNCTION(func)
    [all...]

Completed in 2136 milliseconds