Searched defs:INTERCEPT_FUNCTION (Results 1 – 2 of 2) sorted by relevance
382 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_AIX(func) macro389 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func) macro394 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_MAC(func) macro399 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func) macro
237 INTERCEPT_FUNCTION(posix_memalign); in InitializeInterceptors() local