/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 239 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 D | sanitizer_common_interceptors_netbsd_compat.inc | 63 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 D | 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 …]
|
H A D | sanitizer_signal_interceptors.inc | 43 #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 D | sanitizer_common_interceptors.inc | 239 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 D | sanitizer_common_interceptors_netbsd_compat.inc | 63 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 D | sanitizer_signal_interceptors.inc | 40 #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 D | ubsan_signals_standalone.cc | 39 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
H A D | ubsan_signals_standalone.cc | 39 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) macro
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
H A D | ubsan_signals_standalone.cpp | 37 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
H A D | lsan_interceptors.cc | 423 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
H A D | lsan_interceptors.cc | 469 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) macro
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan_interceptors.cpp | 506 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) macro
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_interceptors.cpp | 92 #define COMMON_INTERCEPT_FUNCTION(name) ASAN_INTERCEPT_FUNC(name) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_interceptors.cc | 91 #define COMMON_INTERCEPT_FUNCTION(name) ASAN_INTERCEPT_FUNC(name) macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_interceptors.cc | 93 #define COMMON_INTERCEPT_FUNCTION(name) ASAN_INTERCEPT_FUNC(name) macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_interceptors.cc | 1254 #define COMMON_INTERCEPT_FUNCTION(name) MSAN_INTERCEPT_FUNC(name) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors.cc | 2189 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) macro
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_posix.cpp | 2322 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_interceptors.cc | 2230 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) macro
|