Lines Matching refs:INTERCEPT_FUNCTION
121 #define MSAN_MAYBE_INTERCEPT_FREAD_UNLOCKED INTERCEPT_FUNCTION(fread_unlocked)
182 #define MSAN_MAYBE_INTERCEPT_MEMALIGN INTERCEPT_FUNCTION(memalign)
220 #define MSAN_MAYBE_INTERCEPT_PVALLOC INTERCEPT_FUNCTION(pvalloc)
237 #define MSAN_MAYBE_INTERCEPT_CFREE INTERCEPT_FUNCTION(cfree)
260 #define MSAN_MAYBE_INTERCEPT_MALLINFO INTERCEPT_FUNCTION(mallinfo)
269 #define MSAN_MAYBE_INTERCEPT_MALLOPT INTERCEPT_FUNCTION(mallopt)
278 #define MSAN_MAYBE_INTERCEPT_MALLOC_STATS INTERCEPT_FUNCTION(malloc_stats)
354 #define MSAN_MAYBE_INTERCEPT___STRDUP INTERCEPT_FUNCTION(__strdup)
381 #define MSAN_MAYBE_INTERCEPT___STRNDUP INTERCEPT_FUNCTION(__strndup)
478 INTERCEPT_FUNCTION(func); \ in INTERCEPTORS_STRTO()
479 INTERCEPT_FUNCTION(func##_l); \
480 INTERCEPT_FUNCTION(__##func##_l); \
481 INTERCEPT_FUNCTION(__##func##_internal);
542 #define MSAN_MAYBE_INTERCEPT___STRFTIME_L INTERCEPT_FUNCTION(__strftime_l)
564 #define MSAN_MAYBE_INTERCEPT___WCSFTIME_L INTERCEPT_FUNCTION(__wcsftime_l)
709 #define MSAN_MAYBE_INTERCEPT___FXSTAT INTERCEPT_FUNCTION(__fxstat)
722 #define MSAN_MAYBE_INTERCEPT___FXSTAT64 INTERCEPT_FUNCTION(__fxstat64)
734 # define MSAN_INTERCEPT_FSTATAT INTERCEPT_FUNCTION(fstatat)
743 # define MSAN_INTERCEPT_FSTATAT INTERCEPT_FUNCTION(__fxstatat)
754 #define MSAN_MAYBE_INTERCEPT___FXSTATAT64 INTERCEPT_FUNCTION(__fxstatat64)
767 # define MSAN_INTERCEPT_STAT INTERCEPT_FUNCTION(stat)
776 # define MSAN_INTERCEPT_STAT INTERCEPT_FUNCTION(__xstat)
787 #define MSAN_MAYBE_INTERCEPT___XSTAT64 INTERCEPT_FUNCTION(__xstat64)
800 #define MSAN_MAYBE_INTERCEPT___LXSTAT INTERCEPT_FUNCTION(__lxstat)
813 #define MSAN_MAYBE_INTERCEPT___LXSTAT64 INTERCEPT_FUNCTION(__lxstat64)
860 #define MSAN_MAYBE_INTERCEPT_FGETS_UNLOCKED INTERCEPT_FUNCTION(fgets_unlocked)
885 #define MSAN_MAYBE_INTERCEPT_GETRLIMIT64 INTERCEPT_FUNCTION(getrlimit64)
902 #define MSAN_INTERCEPT_UNAME INTERCEPT_FUNCTION(__xuname)
911 #define MSAN_INTERCEPT_UNAME INTERCEPT_FUNCTION(uname)
936 #define MSAN_MAYBE_INTERCEPT_EPOLL_WAIT INTERCEPT_FUNCTION(epoll_wait)
951 #define MSAN_MAYBE_INTERCEPT_EPOLL_PWAIT INTERCEPT_FUNCTION(epoll_pwait)
1063 #define MSAN_MAYBE_INTERCEPT_MMAP64 INTERCEPT_FUNCTION(mmap64)
1396 if ((!INTERCEPT_FUNCTION(name) || !REAL(name))) \
1528 INTERCEPT_FUNCTION(mmap); in InitializeInterceptors()
1530 INTERCEPT_FUNCTION(posix_memalign); in InitializeInterceptors()
1532 INTERCEPT_FUNCTION(__libc_memalign); in InitializeInterceptors()
1533 INTERCEPT_FUNCTION(valloc); in InitializeInterceptors()
1535 INTERCEPT_FUNCTION(malloc); in InitializeInterceptors()
1536 INTERCEPT_FUNCTION(calloc); in InitializeInterceptors()
1537 INTERCEPT_FUNCTION(realloc); in InitializeInterceptors()
1538 INTERCEPT_FUNCTION(free); in InitializeInterceptors()
1540 INTERCEPT_FUNCTION(malloc_usable_size); in InitializeInterceptors()
1544 INTERCEPT_FUNCTION(fread); in InitializeInterceptors()
1546 INTERCEPT_FUNCTION(readlink); in InitializeInterceptors()
1547 INTERCEPT_FUNCTION(memcpy); in InitializeInterceptors()
1548 INTERCEPT_FUNCTION(memccpy); in InitializeInterceptors()
1549 INTERCEPT_FUNCTION(mempcpy); in InitializeInterceptors()
1550 INTERCEPT_FUNCTION(memset); in InitializeInterceptors()
1551 INTERCEPT_FUNCTION(memmove); in InitializeInterceptors()
1552 INTERCEPT_FUNCTION(bcopy); in InitializeInterceptors()
1553 INTERCEPT_FUNCTION(wmemset); in InitializeInterceptors()
1554 INTERCEPT_FUNCTION(wmemcpy); in InitializeInterceptors()
1555 INTERCEPT_FUNCTION(wmempcpy); in InitializeInterceptors()
1556 INTERCEPT_FUNCTION(wmemmove); in InitializeInterceptors()
1557 INTERCEPT_FUNCTION(strcpy); // NOLINT in InitializeInterceptors()
1558 INTERCEPT_FUNCTION(stpcpy); // NOLINT in InitializeInterceptors()
1559 INTERCEPT_FUNCTION(strdup); in InitializeInterceptors()
1561 INTERCEPT_FUNCTION(strndup); in InitializeInterceptors()
1563 INTERCEPT_FUNCTION(strncpy); // NOLINT in InitializeInterceptors()
1564 INTERCEPT_FUNCTION(strlen); in InitializeInterceptors()
1565 INTERCEPT_FUNCTION(strnlen); in InitializeInterceptors()
1566 INTERCEPT_FUNCTION(gcvt); in InitializeInterceptors()
1567 INTERCEPT_FUNCTION(strcat); // NOLINT in InitializeInterceptors()
1568 INTERCEPT_FUNCTION(strncat); // NOLINT in InitializeInterceptors()
1583 INTERCEPT_FUNCTION(vswprintf); in InitializeInterceptors()
1584 INTERCEPT_FUNCTION(swprintf); in InitializeInterceptors()
1585 INTERCEPT_FUNCTION(strxfrm); in InitializeInterceptors()
1586 INTERCEPT_FUNCTION(strxfrm_l); in InitializeInterceptors()
1587 INTERCEPT_FUNCTION(strftime); in InitializeInterceptors()
1588 INTERCEPT_FUNCTION(strftime_l); in InitializeInterceptors()
1590 INTERCEPT_FUNCTION(wcsftime); in InitializeInterceptors()
1591 INTERCEPT_FUNCTION(wcsftime_l); in InitializeInterceptors()
1593 INTERCEPT_FUNCTION(mbtowc); in InitializeInterceptors()
1594 INTERCEPT_FUNCTION(mbrtowc); in InitializeInterceptors()
1595 INTERCEPT_FUNCTION(wcslen); in InitializeInterceptors()
1596 INTERCEPT_FUNCTION(wcschr); in InitializeInterceptors()
1597 INTERCEPT_FUNCTION(wcscpy); in InitializeInterceptors()
1598 INTERCEPT_FUNCTION(wcscmp); in InitializeInterceptors()
1599 INTERCEPT_FUNCTION(getenv); in InitializeInterceptors()
1600 INTERCEPT_FUNCTION(setenv); in InitializeInterceptors()
1601 INTERCEPT_FUNCTION(putenv); in InitializeInterceptors()
1602 INTERCEPT_FUNCTION(gettimeofday); in InitializeInterceptors()
1603 INTERCEPT_FUNCTION(fcvt); in InitializeInterceptors()
1612 INTERCEPT_FUNCTION(pipe); in InitializeInterceptors()
1613 INTERCEPT_FUNCTION(pipe2); in InitializeInterceptors()
1614 INTERCEPT_FUNCTION(socketpair); in InitializeInterceptors()
1615 INTERCEPT_FUNCTION(fgets); in InitializeInterceptors()
1617 INTERCEPT_FUNCTION(getrlimit); in InitializeInterceptors()
1620 INTERCEPT_FUNCTION(gethostname); in InitializeInterceptors()
1623 INTERCEPT_FUNCTION(recv); in InitializeInterceptors()
1624 INTERCEPT_FUNCTION(recvfrom); in InitializeInterceptors()
1625 INTERCEPT_FUNCTION(dladdr); in InitializeInterceptors()
1626 INTERCEPT_FUNCTION(dlerror); in InitializeInterceptors()
1627 INTERCEPT_FUNCTION(dl_iterate_phdr); in InitializeInterceptors()
1628 INTERCEPT_FUNCTION(getrusage); in InitializeInterceptors()
1629 INTERCEPT_FUNCTION(sigaction); in InitializeInterceptors()
1630 INTERCEPT_FUNCTION(signal); in InitializeInterceptors()
1631 INTERCEPT_FUNCTION(pthread_create); in InitializeInterceptors()
1632 INTERCEPT_FUNCTION(pthread_key_create); in InitializeInterceptors()
1633 INTERCEPT_FUNCTION(pthread_join); in InitializeInterceptors()
1634 INTERCEPT_FUNCTION(tzset); in InitializeInterceptors()
1635 INTERCEPT_FUNCTION(__cxa_atexit); in InitializeInterceptors()
1636 INTERCEPT_FUNCTION(shmat); in InitializeInterceptors()
1637 INTERCEPT_FUNCTION(fork); in InitializeInterceptors()
1638 INTERCEPT_FUNCTION(openpty); in InitializeInterceptors()
1639 INTERCEPT_FUNCTION(forkpty); in InitializeInterceptors()