Lines Matching refs:INTERCEPT_FUNCTION

131 #define MSAN_MAYBE_INTERCEPT_FREAD_UNLOCKED INTERCEPT_FUNCTION(fread_unlocked)
140 #define MSAN_MAYBE_INTERCEPT_MEMPCPY INTERCEPT_FUNCTION(mempcpy)
173 #define MSAN_MAYBE_INTERCEPT_MEMALIGN INTERCEPT_FUNCTION(memalign)
191 #define MSAN_MAYBE_INTERCEPT___LIBC_MEMALIGN INTERCEPT_FUNCTION(__libc_memalign)
206 #define MSAN_MAYBE_INTERCEPT_PVALLOC INTERCEPT_FUNCTION(pvalloc)
229 # define MSAN_MAYBE_INTERCEPT_CFREE INTERCEPT_FUNCTION(cfree)
239 INTERCEPT_FUNCTION(malloc_usable_size)
258 #define MSAN_MAYBE_INTERCEPT_MALLINFO INTERCEPT_FUNCTION(mallinfo)
267 #define MSAN_MAYBE_INTERCEPT_MALLOPT INTERCEPT_FUNCTION(mallopt)
276 #define MSAN_MAYBE_INTERCEPT_MALLOC_STATS INTERCEPT_FUNCTION(malloc_stats)
313 #define MSAN_MAYBE_INTERCEPT_STPCPY INTERCEPT_FUNCTION(stpcpy)
340 #define MSAN_MAYBE_INTERCEPT___STRDUP INTERCEPT_FUNCTION(__strdup)
353 #define MSAN_MAYBE_INTERCEPT_GCVT INTERCEPT_FUNCTION(gcvt)
455 INTERCEPT_FUNCTION(func); \ in INTERCEPTORS_STRTO()
456 INTERCEPT_FUNCTION(func##_l);
459 INTERCEPT_FUNCTION(func); \
460 INTERCEPT_FUNCTION(func##_l); \
461 INTERCEPT_FUNCTION(__##func##_l); \
462 INTERCEPT_FUNCTION(__##func##_internal);
508 #define MSAN_MAYBE_INTERCEPT___STRFTIME_L INTERCEPT_FUNCTION(__strftime_l)
530 #define MSAN_MAYBE_INTERCEPT___WCSFTIME_L INTERCEPT_FUNCTION(__wcsftime_l)
567 #define MSAN_MAYBE_INTERCEPT_WMEMPCPY INTERCEPT_FUNCTION(wmempcpy)
614 #define MSAN_MAYBE_INTERCEPT_FCVT INTERCEPT_FUNCTION(fcvt)
794 #define MSAN_MAYBE_INTERCEPT_FGETS_UNLOCKED INTERCEPT_FUNCTION(fgets_unlocked)
847 #define MSAN_MAYBE_INTERCEPT___GETRLIMIT INTERCEPT_FUNCTION(__getrlimit)
848 #define MSAN_MAYBE_INTERCEPT_GETRLIMIT64 INTERCEPT_FUNCTION(getrlimit64)
849 #define MSAN_MAYBE_INTERCEPT_PRLIMIT INTERCEPT_FUNCTION(prlimit)
850 #define MSAN_MAYBE_INTERCEPT_PRLIMIT64 INTERCEPT_FUNCTION(prlimit64)
880 #define MSAN_MAYBE_INTERCEPT_EPOLL_WAIT INTERCEPT_FUNCTION(epoll_wait)
895 #define MSAN_MAYBE_INTERCEPT_EPOLL_PWAIT INTERCEPT_FUNCTION(epoll_pwait)
1228 #define MSAN_MAYBE_INTERCEPT_OPENPTY INTERCEPT_FUNCTION(openpty)
1245 #define MSAN_MAYBE_INTERCEPT_FORKPTY INTERCEPT_FUNCTION(forkpty)
1273 if (!INTERCEPT_FUNCTION(name)) \
1285 if (!INTERCEPT_FUNCTION_VER(name, ver) && !INTERCEPT_FUNCTION(name)) \
1647 INTERCEPT_FUNCTION(posix_memalign); in InitializeInterceptors()
1650 INTERCEPT_FUNCTION(valloc); in InitializeInterceptors()
1652 INTERCEPT_FUNCTION(malloc); in InitializeInterceptors()
1653 INTERCEPT_FUNCTION(calloc); in InitializeInterceptors()
1654 INTERCEPT_FUNCTION(realloc); in InitializeInterceptors()
1655 INTERCEPT_FUNCTION(reallocarray); in InitializeInterceptors()
1656 INTERCEPT_FUNCTION(free); in InitializeInterceptors()
1662 INTERCEPT_FUNCTION(fread); in InitializeInterceptors()
1664 INTERCEPT_FUNCTION(memccpy); in InitializeInterceptors()
1666 INTERCEPT_FUNCTION(bcopy); in InitializeInterceptors()
1667 INTERCEPT_FUNCTION(wmemset); in InitializeInterceptors()
1668 INTERCEPT_FUNCTION(wmemcpy); in InitializeInterceptors()
1670 INTERCEPT_FUNCTION(wmemmove); in InitializeInterceptors()
1671 INTERCEPT_FUNCTION(strcpy); in InitializeInterceptors()
1673 INTERCEPT_FUNCTION(strdup); in InitializeInterceptors()
1675 INTERCEPT_FUNCTION(strncpy); in InitializeInterceptors()
1677 INTERCEPT_FUNCTION(strcat); in InitializeInterceptors()
1678 INTERCEPT_FUNCTION(strncat); in InitializeInterceptors()
1698 INTERCEPT_FUNCTION(vswprintf); in InitializeInterceptors()
1699 INTERCEPT_FUNCTION(swprintf); in InitializeInterceptors()
1701 INTERCEPT_FUNCTION(strftime); in InitializeInterceptors()
1702 INTERCEPT_FUNCTION(strftime_l); in InitializeInterceptors()
1704 INTERCEPT_FUNCTION(wcsftime); in InitializeInterceptors()
1705 INTERCEPT_FUNCTION(wcsftime_l); in InitializeInterceptors()
1707 INTERCEPT_FUNCTION(mbtowc); in InitializeInterceptors()
1708 INTERCEPT_FUNCTION(mbrtowc); in InitializeInterceptors()
1709 INTERCEPT_FUNCTION(wcslen); in InitializeInterceptors()
1710 INTERCEPT_FUNCTION(wcsnlen); in InitializeInterceptors()
1711 INTERCEPT_FUNCTION(wcschr); in InitializeInterceptors()
1712 INTERCEPT_FUNCTION(wcscpy); in InitializeInterceptors()
1713 INTERCEPT_FUNCTION(wcsncpy); in InitializeInterceptors()
1714 INTERCEPT_FUNCTION(wcscmp); in InitializeInterceptors()
1715 INTERCEPT_FUNCTION(getenv); in InitializeInterceptors()
1716 INTERCEPT_FUNCTION(setenv); in InitializeInterceptors()
1717 INTERCEPT_FUNCTION(putenv); in InitializeInterceptors()
1718 INTERCEPT_FUNCTION(gettimeofday); in InitializeInterceptors()
1728 INTERCEPT_FUNCTION(pipe); in InitializeInterceptors()
1729 INTERCEPT_FUNCTION(pipe2); in InitializeInterceptors()
1730 INTERCEPT_FUNCTION(socketpair); in InitializeInterceptors()
1732 INTERCEPT_FUNCTION(getrlimit); in InitializeInterceptors()
1737 INTERCEPT_FUNCTION(gethostname); in InitializeInterceptors()
1740 INTERCEPT_FUNCTION(strsignal); in InitializeInterceptors()
1741 INTERCEPT_FUNCTION(dladdr); in InitializeInterceptors()
1742 INTERCEPT_FUNCTION(dlerror); in InitializeInterceptors()
1743 INTERCEPT_FUNCTION(dl_iterate_phdr); in InitializeInterceptors()
1744 INTERCEPT_FUNCTION(getrusage); in InitializeInterceptors()
1748 INTERCEPT_FUNCTION(pthread_create); in InitializeInterceptors()
1750 INTERCEPT_FUNCTION(pthread_join); in InitializeInterceptors()
1751 INTERCEPT_FUNCTION(pthread_key_create); in InitializeInterceptors()
1754 INTERCEPT_FUNCTION(__libc_thr_keycreate); in InitializeInterceptors()
1757 INTERCEPT_FUNCTION(pthread_join); in InitializeInterceptors()
1758 INTERCEPT_FUNCTION(tzset); in InitializeInterceptors()
1759 INTERCEPT_FUNCTION(atexit); in InitializeInterceptors()
1760 INTERCEPT_FUNCTION(__cxa_atexit); in InitializeInterceptors()
1761 INTERCEPT_FUNCTION(shmat); in InitializeInterceptors()
1762 INTERCEPT_FUNCTION(fork); in InitializeInterceptors()