Home
last modified time | relevance | path

Searched refs:INTERCEPT_FUNCTION_LINUX_OR_FREEBSD (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/interception/
H A Dinterception_linux.h32 #define INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func) \ macro
45 INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func)
H A Dinterception.h282 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func)