Home | History | Annotate | Download | only in msan

Lines Matching refs:INTERCEPT_FUNCTION

982   INTERCEPT_FUNCTION(mmap);
983 INTERCEPT_FUNCTION(mmap64);
984 INTERCEPT_FUNCTION(posix_memalign);
985 INTERCEPT_FUNCTION(malloc);
986 INTERCEPT_FUNCTION(calloc);
987 INTERCEPT_FUNCTION(realloc);
988 INTERCEPT_FUNCTION(free);
989 INTERCEPT_FUNCTION(fread);
990 INTERCEPT_FUNCTION(fread_unlocked);
991 INTERCEPT_FUNCTION(readlink);
992 INTERCEPT_FUNCTION(readdir);
993 INTERCEPT_FUNCTION(readdir64);
994 INTERCEPT_FUNCTION(memcpy);
995 INTERCEPT_FUNCTION(memset);
996 INTERCEPT_FUNCTION(memmove);
997 INTERCEPT_FUNCTION(wmemset);
998 INTERCEPT_FUNCTION(wmemcpy);
999 INTERCEPT_FUNCTION(wmemmove);
1000 INTERCEPT_FUNCTION(strcpy); // NOLINT
1001 INTERCEPT_FUNCTION(strdup);
1002 INTERCEPT_FUNCTION(__strdup);
1003 INTERCEPT_FUNCTION(strndup);
1004 INTERCEPT_FUNCTION(__strndup);
1005 INTERCEPT_FUNCTION(strncpy); // NOLINT
1006 INTERCEPT_FUNCTION(strlen);
1007 INTERCEPT_FUNCTION(strnlen);
1008 INTERCEPT_FUNCTION(gcvt);
1009 INTERCEPT_FUNCTION(strcat); // NOLINT
1010 INTERCEPT_FUNCTION(strncat); // NOLINT
1011 INTERCEPT_FUNCTION(strtol);
1012 INTERCEPT_FUNCTION(strtoll);
1013 INTERCEPT_FUNCTION(strtoul);
1014 INTERCEPT_FUNCTION(strtoull);
1015 INTERCEPT_FUNCTION(strtod);
1016 INTERCEPT_FUNCTION(strtof);
1017 INTERCEPT_FUNCTION(strtold);
1018 INTERCEPT_FUNCTION(vsprintf);
1019 INTERCEPT_FUNCTION(vsnprintf);
1020 INTERCEPT_FUNCTION(vswprintf);
1021 INTERCEPT_FUNCTION(sprintf); // NOLINT
1022 INTERCEPT_FUNCTION(snprintf);
1023 INTERCEPT_FUNCTION(swprintf);
1024 INTERCEPT_FUNCTION(strftime);
1025 INTERCEPT_FUNCTION(wcstombs);
1026 INTERCEPT_FUNCTION(mbstowcs);
1027 INTERCEPT_FUNCTION(wcslen);
1028 INTERCEPT_FUNCTION(wcschr);
1029 INTERCEPT_FUNCTION(wcscpy);
1030 INTERCEPT_FUNCTION(wcscmp);
1031 INTERCEPT_FUNCTION(wcstod);
1032 INTERCEPT_FUNCTION(getenv);
1033 INTERCEPT_FUNCTION(gettimeofday);
1034 INTERCEPT_FUNCTION(fcvt);
1035 INTERCEPT_FUNCTION(__fxstat);
1036 INTERCEPT_FUNCTION(__xstat);
1037 INTERCEPT_FUNCTION(__lxstat);
1038 INTERCEPT_FUNCTION(__fxstat64);
1039 INTERCEPT_FUNCTION(__xstat64);
1040 INTERCEPT_FUNCTION(__lxstat64);
1041 INTERCEPT_FUNCTION(pipe);
1042 INTERCEPT_FUNCTION(wait);
1043 INTERCEPT_FUNCTION(waitpid);
1044 INTERCEPT_FUNCTION(fgets);
1045 INTERCEPT_FUNCTION(fgets_unlocked);
1046 INTERCEPT_FUNCTION(getcwd);
1047 INTERCEPT_FUNCTION(realpath);
1048 INTERCEPT_FUNCTION(getrlimit);
1049 INTERCEPT_FUNCTION(getrlimit64);
1050 INTERCEPT_FUNCTION(statfs);
1051 INTERCEPT_FUNCTION(fstatfs);
1052 INTERCEPT_FUNCTION(statfs64);
1053 INTERCEPT_FUNCTION(fstatfs64);
1054 INTERCEPT_FUNCTION(uname);
1055 INTERCEPT_FUNCTION(gethostname);
1056 INTERCEPT_FUNCTION(epoll_wait);
1057 INTERCEPT_FUNCTION(epoll_pwait);
1058 INTERCEPT_FUNCTION(recv);
1059 INTERCEPT_FUNCTION(recvfrom);
1060 INTERCEPT_FUNCTION(recvmsg);
1061 INTERCEPT_FUNCTION(dladdr);
1062 INTERCEPT_FUNCTION(dlopen);
1063 INTERCEPT_FUNCTION(getrusage);
1064 INTERCEPT_FUNCTION(pthread_create);