• Home
  • Raw
  • Download

Lines Matching refs:INTERCEPT_FUNCTION

124 #define MSAN_MAYBE_INTERCEPT_FREAD_UNLOCKED INTERCEPT_FUNCTION(fread_unlocked)
185 #define MSAN_MAYBE_INTERCEPT_MEMALIGN INTERCEPT_FUNCTION(memalign)
223 #define MSAN_MAYBE_INTERCEPT_PVALLOC INTERCEPT_FUNCTION(pvalloc)
240 #define MSAN_MAYBE_INTERCEPT_CFREE INTERCEPT_FUNCTION(cfree)
263 #define MSAN_MAYBE_INTERCEPT_MALLINFO INTERCEPT_FUNCTION(mallinfo)
272 #define MSAN_MAYBE_INTERCEPT_MALLOPT INTERCEPT_FUNCTION(mallopt)
281 #define MSAN_MAYBE_INTERCEPT_MALLOC_STATS INTERCEPT_FUNCTION(malloc_stats)
340 #define MSAN_MAYBE_INTERCEPT___STRDUP INTERCEPT_FUNCTION(__strdup)
367 #define MSAN_MAYBE_INTERCEPT___STRNDUP INTERCEPT_FUNCTION(__strndup)
464 INTERCEPT_FUNCTION(func); \ in INTERCEPTORS_STRTO()
465 INTERCEPT_FUNCTION(func##_l); \
466 INTERCEPT_FUNCTION(__##func##_l); \
467 INTERCEPT_FUNCTION(__##func##_internal);
528 #define MSAN_MAYBE_INTERCEPT___STRFTIME_L INTERCEPT_FUNCTION(__strftime_l)
550 #define MSAN_MAYBE_INTERCEPT___WCSFTIME_L INTERCEPT_FUNCTION(__wcsftime_l)
695 #define MSAN_MAYBE_INTERCEPT___FXSTAT INTERCEPT_FUNCTION(__fxstat)
708 #define MSAN_MAYBE_INTERCEPT___FXSTAT64 INTERCEPT_FUNCTION(__fxstat64)
720 # define MSAN_INTERCEPT_FSTATAT INTERCEPT_FUNCTION(fstatat)
729 # define MSAN_INTERCEPT_FSTATAT INTERCEPT_FUNCTION(__fxstatat)
740 #define MSAN_MAYBE_INTERCEPT___FXSTATAT64 INTERCEPT_FUNCTION(__fxstatat64)
787 #define MSAN_MAYBE_INTERCEPT_FGETS_UNLOCKED INTERCEPT_FUNCTION(fgets_unlocked)
833 #define MSAN_MAYBE_INTERCEPT_GETRLIMIT64 INTERCEPT_FUNCTION(getrlimit64)
834 #define MSAN_MAYBE_INTERCEPT_PRLIMIT INTERCEPT_FUNCTION(prlimit)
835 #define MSAN_MAYBE_INTERCEPT_PRLIMIT64 INTERCEPT_FUNCTION(prlimit64)
854 #define MSAN_INTERCEPT_UNAME INTERCEPT_FUNCTION(__xuname)
863 #define MSAN_INTERCEPT_UNAME INTERCEPT_FUNCTION(uname)
888 #define MSAN_MAYBE_INTERCEPT_EPOLL_WAIT INTERCEPT_FUNCTION(epoll_wait)
903 #define MSAN_MAYBE_INTERCEPT_EPOLL_PWAIT INTERCEPT_FUNCTION(epoll_pwait)
991 #define MSAN_MAYBE_INTERCEPT_MMAP64 INTERCEPT_FUNCTION(mmap64)
1267 if ((!INTERCEPT_FUNCTION(name) || !REAL(name))) \
1473 INTERCEPT_FUNCTION(mmap); in InitializeInterceptors()
1475 INTERCEPT_FUNCTION(posix_memalign); in InitializeInterceptors()
1477 INTERCEPT_FUNCTION(__libc_memalign); in InitializeInterceptors()
1478 INTERCEPT_FUNCTION(valloc); in InitializeInterceptors()
1480 INTERCEPT_FUNCTION(malloc); in InitializeInterceptors()
1481 INTERCEPT_FUNCTION(calloc); in InitializeInterceptors()
1482 INTERCEPT_FUNCTION(realloc); in InitializeInterceptors()
1483 INTERCEPT_FUNCTION(free); in InitializeInterceptors()
1485 INTERCEPT_FUNCTION(malloc_usable_size); in InitializeInterceptors()
1489 INTERCEPT_FUNCTION(fread); in InitializeInterceptors()
1491 INTERCEPT_FUNCTION(readlink); in InitializeInterceptors()
1492 INTERCEPT_FUNCTION(memcpy); in InitializeInterceptors()
1493 INTERCEPT_FUNCTION(memccpy); in InitializeInterceptors()
1494 INTERCEPT_FUNCTION(mempcpy); in InitializeInterceptors()
1495 INTERCEPT_FUNCTION(memset); in InitializeInterceptors()
1496 INTERCEPT_FUNCTION(memmove); in InitializeInterceptors()
1497 INTERCEPT_FUNCTION(bcopy); in InitializeInterceptors()
1498 INTERCEPT_FUNCTION(wmemset); in InitializeInterceptors()
1499 INTERCEPT_FUNCTION(wmemcpy); in InitializeInterceptors()
1500 INTERCEPT_FUNCTION(wmempcpy); in InitializeInterceptors()
1501 INTERCEPT_FUNCTION(wmemmove); in InitializeInterceptors()
1502 INTERCEPT_FUNCTION(strcpy); // NOLINT in InitializeInterceptors()
1503 INTERCEPT_FUNCTION(stpcpy); // NOLINT in InitializeInterceptors()
1504 INTERCEPT_FUNCTION(strdup); in InitializeInterceptors()
1506 INTERCEPT_FUNCTION(strndup); in InitializeInterceptors()
1508 INTERCEPT_FUNCTION(strncpy); // NOLINT in InitializeInterceptors()
1509 INTERCEPT_FUNCTION(gcvt); in InitializeInterceptors()
1510 INTERCEPT_FUNCTION(strcat); // NOLINT in InitializeInterceptors()
1511 INTERCEPT_FUNCTION(strncat); // NOLINT in InitializeInterceptors()
1530 INTERCEPT_FUNCTION(vswprintf); in InitializeInterceptors()
1531 INTERCEPT_FUNCTION(swprintf); in InitializeInterceptors()
1533 INTERCEPT_FUNCTION(strxfrm); in InitializeInterceptors()
1534 INTERCEPT_FUNCTION(strxfrm_l); in InitializeInterceptors()
1535 INTERCEPT_FUNCTION(strftime); in InitializeInterceptors()
1536 INTERCEPT_FUNCTION(strftime_l); in InitializeInterceptors()
1538 INTERCEPT_FUNCTION(wcsftime); in InitializeInterceptors()
1539 INTERCEPT_FUNCTION(wcsftime_l); in InitializeInterceptors()
1541 INTERCEPT_FUNCTION(mbtowc); in InitializeInterceptors()
1542 INTERCEPT_FUNCTION(mbrtowc); in InitializeInterceptors()
1543 INTERCEPT_FUNCTION(wcslen); in InitializeInterceptors()
1544 INTERCEPT_FUNCTION(wcschr); in InitializeInterceptors()
1545 INTERCEPT_FUNCTION(wcscpy); in InitializeInterceptors()
1546 INTERCEPT_FUNCTION(wcscmp); in InitializeInterceptors()
1547 INTERCEPT_FUNCTION(getenv); in InitializeInterceptors()
1548 INTERCEPT_FUNCTION(setenv); in InitializeInterceptors()
1549 INTERCEPT_FUNCTION(putenv); in InitializeInterceptors()
1550 INTERCEPT_FUNCTION(gettimeofday); in InitializeInterceptors()
1551 INTERCEPT_FUNCTION(fcvt); in InitializeInterceptors()
1556 INTERCEPT_FUNCTION(pipe); in InitializeInterceptors()
1557 INTERCEPT_FUNCTION(pipe2); in InitializeInterceptors()
1558 INTERCEPT_FUNCTION(socketpair); in InitializeInterceptors()
1559 INTERCEPT_FUNCTION(fgets); in InitializeInterceptors()
1561 INTERCEPT_FUNCTION(getrlimit); in InitializeInterceptors()
1566 INTERCEPT_FUNCTION(gethostname); in InitializeInterceptors()
1569 INTERCEPT_FUNCTION(dladdr); in InitializeInterceptors()
1570 INTERCEPT_FUNCTION(dlerror); in InitializeInterceptors()
1571 INTERCEPT_FUNCTION(dl_iterate_phdr); in InitializeInterceptors()
1572 INTERCEPT_FUNCTION(getrusage); in InitializeInterceptors()
1573 INTERCEPT_FUNCTION(sigaction); in InitializeInterceptors()
1574 INTERCEPT_FUNCTION(signal); in InitializeInterceptors()
1578 INTERCEPT_FUNCTION(pthread_create); in InitializeInterceptors()
1580 INTERCEPT_FUNCTION(pthread_key_create); in InitializeInterceptors()
1581 INTERCEPT_FUNCTION(pthread_join); in InitializeInterceptors()
1582 INTERCEPT_FUNCTION(tzset); in InitializeInterceptors()
1583 INTERCEPT_FUNCTION(__cxa_atexit); in InitializeInterceptors()
1584 INTERCEPT_FUNCTION(shmat); in InitializeInterceptors()
1585 INTERCEPT_FUNCTION(fork); in InitializeInterceptors()
1586 INTERCEPT_FUNCTION(openpty); in InitializeInterceptors()
1587 INTERCEPT_FUNCTION(forkpty); in InitializeInterceptors()