Home
last modified time | relevance | path

Searched refs:COMMON_INTERCEPT_FUNCTION (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_netbsd_compat.inc63 COMMON_INTERCEPT_FUNCTION(statvfs); \
64 COMMON_INTERCEPT_FUNCTION(fstatvfs); \
65 COMMON_INTERCEPT_FUNCTION(__statvfs90); \
66 COMMON_INTERCEPT_FUNCTION(__fstatvfs90)
82 COMMON_INTERCEPT_FUNCTION(__getmntinfo13); \
83 COMMON_INTERCEPT_FUNCTION(__getmntinfo90)
96 COMMON_INTERCEPT_FUNCTION(getvfsstat); \
97 COMMON_INTERCEPT_FUNCTION(__getvfsstat90)
123 COMMON_INTERCEPT_FUNCTION(statvfs1); \
124 COMMON_INTERCEPT_FUNCTION(fstatvfs1); \
[all …]
H A Dsanitizer_common_interceptors_memintrinsics.inc90 #define INIT_MEMSET COMMON_INTERCEPT_FUNCTION(memset)
101 #define INIT_MEMMOVE COMMON_INTERCEPT_FUNCTION(memmove)
124 COMMON_INTERCEPT_FUNCTION(memcpy); \
198 COMMON_INTERCEPT_FUNCTION(__aeabi_memmove); \
199 COMMON_INTERCEPT_FUNCTION(__aeabi_memmove4); \
200 COMMON_INTERCEPT_FUNCTION(__aeabi_memmove8); \
201 COMMON_INTERCEPT_FUNCTION(__aeabi_memcpy); \
202 COMMON_INTERCEPT_FUNCTION(__aeabi_memcpy4); \
203 COMMON_INTERCEPT_FUNCTION(__aeabi_memcpy8); \
204 COMMON_INTERCEPT_FUNCTION(__aeabi_memset); \
[all …]
H A Dsanitizer_common_interceptors.inc275 COMMON_INTERCEPT_FUNCTION(fn)
292 COMMON_INTERCEPT_FUNCTION(fn)
394 #define INIT_STRLEN COMMON_INTERCEPT_FUNCTION(strlen)
408 #define INIT_STRNLEN COMMON_INTERCEPT_FUNCTION(strnlen)
418 #define INIT_STRNDUP COMMON_INTERCEPT_FUNCTION(strndup)
428 #define INIT___STRNDUP COMMON_INTERCEPT_FUNCTION(__strndup)
444 #define INIT_TEXTDOMAIN COMMON_INTERCEPT_FUNCTION(textdomain)
509 #define INIT_STRCMP COMMON_INTERCEPT_FUNCTION(strcmp)
510 #define INIT_STRNCMP COMMON_INTERCEPT_FUNCTION(strncmp)
572 #define INIT_STRCASECMP COMMON_INTERCEPT_FUNCTION(strcasecmp)
[all …]
H A Dsanitizer_signal_interceptors.inc50 #define INIT_BSD_SIGNAL COMMON_INTERCEPT_FUNCTION(bsd_signal)
62 #define INIT_SIGNAL COMMON_INTERCEPT_FUNCTION(signal)
73 #define INIT_SIGACTION COMMON_INTERCEPT_FUNCTION(sigaction_symname)
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_signals_standalone.cpp41 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.h64 #define COMMON_INTERCEPT_FUNCTION(name) MEMPROF_INTERCEPT_FUNC(name) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.h111 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp164 # define COMMON_INTERCEPT_FUNCTION(name) HWASAN_INTERCEPT_FUNC(name) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp537 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name)
535 #define COMMON_INTERCEPT_FUNCTION( global() macro
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1405 #define COMMON_INTERCEPT_FUNCTION(name) MSAN_INTERCEPT_FUNC(name) macro