Searched refs:INTERCEPT_LIBRARY_FUNCTION (Results 1 – 3 of 3) sorted by relevance
59 INTERCEPT_LIBRARY_FUNCTION(atoi);60 INTERCEPT_LIBRARY_FUNCTION(atol);61 INTERCEPT_LIBRARY_FUNCTION(frexp);62 INTERCEPT_LIBRARY_FUNCTION(longjmp);64 INTERCEPT_LIBRARY_FUNCTION(memchr);66 INTERCEPT_LIBRARY_FUNCTION(memcmp);67 INTERCEPT_LIBRARY_FUNCTION(memcpy);68 INTERCEPT_LIBRARY_FUNCTION(memmove);69 INTERCEPT_LIBRARY_FUNCTION(memset);70 INTERCEPT_LIBRARY_FUNCTION(strcat);[all …]
92 #define INTERCEPT_LIBRARY_FUNCTION(name) \ macro380 INTERCEPT_LIBRARY_FUNCTION(atoi);381 INTERCEPT_LIBRARY_FUNCTION(atol);382 INTERCEPT_LIBRARY_FUNCTION(_except_handler3);391 INTERCEPT_LIBRARY_FUNCTION(frexp);392 INTERCEPT_LIBRARY_FUNCTION(longjmp);393 INTERCEPT_LIBRARY_FUNCTION(memchr);394 INTERCEPT_LIBRARY_FUNCTION(memcmp);395 INTERCEPT_LIBRARY_FUNCTION(memcpy);396 INTERCEPT_LIBRARY_FUNCTION(memmove);[all …]
85 #define INTERCEPT_LIBRARY_FUNCTION(name) \ macro