Searched refs:INTERCEPT_LIBRARY_FUNCTION (Results 1 – 2 of 2) sorted by relevance
66 INTERCEPT_LIBRARY_FUNCTION(atoi);67 INTERCEPT_LIBRARY_FUNCTION(atol);68 INTERCEPT_LIBRARY_FUNCTION(frexp);71 INTERCEPT_LIBRARY_FUNCTION(memchr);73 INTERCEPT_LIBRARY_FUNCTION(memcmp);74 INTERCEPT_LIBRARY_FUNCTION(memcpy);76 INTERCEPT_LIBRARY_FUNCTION(memset);77 INTERCEPT_LIBRARY_FUNCTION(strcat);78 INTERCEPT_LIBRARY_FUNCTION(strchr);79 INTERCEPT_LIBRARY_FUNCTION(strcmp);[all …]
85 #define INTERCEPT_LIBRARY_FUNCTION(name) \ macro