HomeSort by: relevance | last modified time | path
    Searched refs:COMMON_INTERCEPT_FUNCTION (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 236 COMMON_INTERCEPT_FUNCTION(fn)
368 #define INIT_STRLEN COMMON_INTERCEPT_FUNCTION(strlen)
382 #define INIT_STRNLEN COMMON_INTERCEPT_FUNCTION(strnlen)
392 #define INIT_STRNDUP COMMON_INTERCEPT_FUNCTION(strndup)
402 #define INIT___STRNDUP COMMON_INTERCEPT_FUNCTION(__strndup)
418 #define INIT_TEXTDOMAIN COMMON_INTERCEPT_FUNCTION(textdomain)
479 #define INIT_STRCMP COMMON_INTERCEPT_FUNCTION(strcmp)
480 #define INIT_STRNCMP COMMON_INTERCEPT_FUNCTION(strncmp)
542 #define INIT_STRCASECMP COMMON_INTERCEPT_FUNCTION(strcasecmp)
543 #define INIT_STRNCASECMP COMMON_INTERCEPT_FUNCTION(strncasecmp
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_signals_standalone.cc 39 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name)
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_interceptors.cc 423 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name)
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_interceptors.cc 93 #define COMMON_INTERCEPT_FUNCTION(name) ASAN_INTERCEPT_FUNC(name)
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 1254 #define COMMON_INTERCEPT_FUNCTION(name) MSAN_INTERCEPT_FUNC(name)
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 2230 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name)

Completed in 18 milliseconds