Lines Matching refs:INTERCEPT_FUNCTION
1172 INTERCEPT_FUNCTION(mmap);
1173 INTERCEPT_FUNCTION(mmap64);
1174 INTERCEPT_FUNCTION(posix_memalign);
1175 INTERCEPT_FUNCTION(malloc);
1176 INTERCEPT_FUNCTION(calloc);
1177 INTERCEPT_FUNCTION(realloc);
1178 INTERCEPT_FUNCTION(free);
1179 INTERCEPT_FUNCTION(fread);
1180 INTERCEPT_FUNCTION(fread_unlocked);
1181 INTERCEPT_FUNCTION(readlink);
1182 INTERCEPT_FUNCTION(memcpy);
1183 INTERCEPT_FUNCTION(mempcpy);
1184 INTERCEPT_FUNCTION(memset);
1185 INTERCEPT_FUNCTION(memmove);
1186 INTERCEPT_FUNCTION(bcopy);
1187 INTERCEPT_FUNCTION(wmemset);
1188 INTERCEPT_FUNCTION(wmemcpy);
1189 INTERCEPT_FUNCTION(wmempcpy);
1190 INTERCEPT_FUNCTION(wmemmove);
1191 INTERCEPT_FUNCTION(strcpy); // NOLINT
1192 INTERCEPT_FUNCTION(stpcpy); // NOLINT
1193 INTERCEPT_FUNCTION(strdup);
1194 INTERCEPT_FUNCTION(__strdup);
1195 INTERCEPT_FUNCTION(strndup);
1196 INTERCEPT_FUNCTION(__strndup);
1197 INTERCEPT_FUNCTION(strncpy); // NOLINT
1198 INTERCEPT_FUNCTION(strlen);
1199 INTERCEPT_FUNCTION(strnlen);
1200 INTERCEPT_FUNCTION(gcvt);
1201 INTERCEPT_FUNCTION(strcat); // NOLINT
1202 INTERCEPT_FUNCTION(strncat); // NOLINT
1203 INTERCEPT_FUNCTION(strtol);
1204 INTERCEPT_FUNCTION(strtoll);
1205 INTERCEPT_FUNCTION(strtoul);
1206 INTERCEPT_FUNCTION(strtoull);
1207 INTERCEPT_FUNCTION(strtod);
1208 INTERCEPT_FUNCTION(strtof);
1209 INTERCEPT_FUNCTION(strtold);
1210 INTERCEPT_FUNCTION(vasprintf);
1211 INTERCEPT_FUNCTION(asprintf);
1212 INTERCEPT_FUNCTION(vsprintf);
1213 INTERCEPT_FUNCTION(vsnprintf);
1214 INTERCEPT_FUNCTION(vswprintf);
1215 INTERCEPT_FUNCTION(sprintf); // NOLINT
1216 INTERCEPT_FUNCTION(snprintf);
1217 INTERCEPT_FUNCTION(swprintf);
1218 INTERCEPT_FUNCTION(strftime);
1219 INTERCEPT_FUNCTION(mbtowc);
1220 INTERCEPT_FUNCTION(mbrtowc);
1221 INTERCEPT_FUNCTION(wcslen);
1222 INTERCEPT_FUNCTION(wcschr);
1223 INTERCEPT_FUNCTION(wcscpy);
1224 INTERCEPT_FUNCTION(wcscmp);
1225 INTERCEPT_FUNCTION(wcstod);
1226 INTERCEPT_FUNCTION(getenv);
1227 INTERCEPT_FUNCTION(setenv);
1228 INTERCEPT_FUNCTION(putenv);
1229 INTERCEPT_FUNCTION(gettimeofday);
1230 INTERCEPT_FUNCTION(fcvt);
1231 INTERCEPT_FUNCTION(__fxstat);
1232 INTERCEPT_FUNCTION(__xstat);
1233 INTERCEPT_FUNCTION(__lxstat);
1234 INTERCEPT_FUNCTION(__fxstat64);
1235 INTERCEPT_FUNCTION(__xstat64);
1236 INTERCEPT_FUNCTION(__lxstat64);
1237 INTERCEPT_FUNCTION(pipe);
1238 INTERCEPT_FUNCTION(pipe2);
1239 INTERCEPT_FUNCTION(socketpair);
1240 INTERCEPT_FUNCTION(fgets);
1241 INTERCEPT_FUNCTION(fgets_unlocked);
1242 INTERCEPT_FUNCTION(getrlimit);
1243 INTERCEPT_FUNCTION(getrlimit64);
1244 INTERCEPT_FUNCTION(statfs);
1245 INTERCEPT_FUNCTION(fstatfs);
1246 INTERCEPT_FUNCTION(statfs64);
1247 INTERCEPT_FUNCTION(fstatfs64);
1248 INTERCEPT_FUNCTION(uname);
1249 INTERCEPT_FUNCTION(gethostname);
1250 INTERCEPT_FUNCTION(epoll_wait);
1251 INTERCEPT_FUNCTION(epoll_pwait);
1252 INTERCEPT_FUNCTION(recv);
1253 INTERCEPT_FUNCTION(recvfrom);
1254 INTERCEPT_FUNCTION(dladdr);
1255 INTERCEPT_FUNCTION(dlopen);
1256 INTERCEPT_FUNCTION(dl_iterate_phdr);
1257 INTERCEPT_FUNCTION(getrusage);
1258 INTERCEPT_FUNCTION(sigaction);
1259 INTERCEPT_FUNCTION(signal);
1260 INTERCEPT_FUNCTION(pthread_create);
1261 INTERCEPT_FUNCTION(pthread_key_create);
1262 INTERCEPT_FUNCTION(pthread_join);