Searched refs:INTERCEPT_FUNCTION_LINUX (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/interception/ | ||
D | interception_linux.h | 30 #define INTERCEPT_FUNCTION_LINUX(func) \ macro |
D | interception.h | 184 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_LINUX(func) |