Home
last modified time | relevance | path

Searched defs:INTERCEPT_FUNCTION (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception.h280 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func) macro
285 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_MAC(func) macro
290 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func) macro
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception.h278 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func) macro
283 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_MAC(func) macro
288 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception.h282 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func) macro
287 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_MAC(func) macro
292 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func) macro