Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc239 COMMON_INTERCEPT_FUNCTION(fn)
256 COMMON_INTERCEPT_FUNCTION(fn)
392 #define INIT_STRLEN COMMON_INTERCEPT_FUNCTION(strlen)
406 #define INIT_STRNLEN COMMON_INTERCEPT_FUNCTION(strnlen)
416 #define INIT_STRNDUP COMMON_INTERCEPT_FUNCTION(strndup)
426 #define INIT___STRNDUP COMMON_INTERCEPT_FUNCTION(__strndup)
442 #define INIT_TEXTDOMAIN COMMON_INTERCEPT_FUNCTION(textdomain)
505 #define INIT_STRCMP COMMON_INTERCEPT_FUNCTION(strcmp)
506 #define INIT_STRNCMP COMMON_INTERCEPT_FUNCTION(strncmp)
568 #define INIT_STRCASECMP COMMON_INTERCEPT_FUNCTION(strcasecmp)
[all …]
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 …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc236 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 …]
H A Dsanitizer_signal_interceptors.inc43 #define INIT_BSD_SIGNAL COMMON_INTERCEPT_FUNCTION(bsd_signal)
54 #define INIT_SIGNAL COMMON_INTERCEPT_FUNCTION(signal)
61 #define INIT_SIGACTION COMMON_INTERCEPT_FUNCTION(sigaction_symname)
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc239 COMMON_INTERCEPT_FUNCTION(fn)
375 #define INIT_STRLEN COMMON_INTERCEPT_FUNCTION(strlen)
389 #define INIT_STRNLEN COMMON_INTERCEPT_FUNCTION(strnlen)
399 #define INIT_STRNDUP COMMON_INTERCEPT_FUNCTION(strndup)
409 #define INIT___STRNDUP COMMON_INTERCEPT_FUNCTION(__strndup)
425 #define INIT_TEXTDOMAIN COMMON_INTERCEPT_FUNCTION(textdomain)
486 #define INIT_STRCMP COMMON_INTERCEPT_FUNCTION(strcmp)
487 #define INIT_STRNCMP COMMON_INTERCEPT_FUNCTION(strncmp)
549 #define INIT_STRCASECMP COMMON_INTERCEPT_FUNCTION(strcasecmp)
550 #define INIT_STRNCASECMP COMMON_INTERCEPT_FUNCTION(strncasecmp)
[all …]
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_signal_interceptors.inc40 #define INIT_BSD_SIGNAL COMMON_INTERCEPT_FUNCTION(bsd_signal)
51 #define INIT_SIGNAL COMMON_INTERCEPT_FUNCTION(signal)
58 #define INIT_SIGACTION COMMON_INTERCEPT_FUNCTION(sigaction_symname)
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_signals_standalone.cc39 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_signals_standalone.cc39 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) macro
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_signals_standalone.cpp37 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_interceptors.cc423 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) macro
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_interceptors.cc469 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) macro
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_interceptors.cpp506 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) macro
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_interceptors.cpp92 #define COMMON_INTERCEPT_FUNCTION(name) ASAN_INTERCEPT_FUNC(name) macro
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_interceptors.cc91 #define COMMON_INTERCEPT_FUNCTION(name) ASAN_INTERCEPT_FUNC(name) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interceptors.cc93 #define COMMON_INTERCEPT_FUNCTION(name) ASAN_INTERCEPT_FUNC(name) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc1254 #define COMMON_INTERCEPT_FUNCTION(name) MSAN_INTERCEPT_FUNC(name) macro
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc2189 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) macro
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp2322 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc2230 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) macro