reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
681 INTERCEPT_FUNCTION(_Unwind_RaiseException);
projects/compiler-rt/lib/cfi/cfi.cpp447 INTERCEPT_FUNCTION(dlopen); 448 INTERCEPT_FUNCTION(dlclose);projects/compiler-rt/lib/dfsan/dfsan_interceptors.cpp
41 INTERCEPT_FUNCTION(mmap); 42 INTERCEPT_FUNCTION(mmap64);projects/compiler-rt/lib/hwasan/hwasan_interceptors.cpp
254 INTERCEPT_FUNCTION(fork); 258 INTERCEPT_FUNCTION(vfork); 261 INTERCEPT_FUNCTION(pthread_create);projects/compiler-rt/lib/lsan/lsan_interceptors.cpp
485 INTERCEPT_FUNCTION(malloc); 486 INTERCEPT_FUNCTION(free); 488 INTERCEPT_FUNCTION(calloc); 489 INTERCEPT_FUNCTION(realloc); 493 INTERCEPT_FUNCTION(posix_memalign); 494 INTERCEPT_FUNCTION(valloc); 499 INTERCEPT_FUNCTION(pthread_create); 500 INTERCEPT_FUNCTION(pthread_join); 501 INTERCEPT_FUNCTION(_exit);projects/compiler-rt/lib/msan/msan_interceptors.cpp
1607 INTERCEPT_FUNCTION(posix_memalign); 1610 INTERCEPT_FUNCTION(valloc); 1612 INTERCEPT_FUNCTION(malloc); 1613 INTERCEPT_FUNCTION(calloc); 1614 INTERCEPT_FUNCTION(realloc); 1615 INTERCEPT_FUNCTION(reallocarray); 1616 INTERCEPT_FUNCTION(free); 1622 INTERCEPT_FUNCTION(fread); 1624 INTERCEPT_FUNCTION(memccpy); 1626 INTERCEPT_FUNCTION(bcopy); 1627 INTERCEPT_FUNCTION(wmemset); 1628 INTERCEPT_FUNCTION(wmemcpy); 1630 INTERCEPT_FUNCTION(wmemmove); 1631 INTERCEPT_FUNCTION(strcpy); 1633 INTERCEPT_FUNCTION(strdup); 1635 INTERCEPT_FUNCTION(strncpy); 1637 INTERCEPT_FUNCTION(strcat); 1638 INTERCEPT_FUNCTION(strncat); 1658 INTERCEPT_FUNCTION(vswprintf); 1659 INTERCEPT_FUNCTION(swprintf); 1661 INTERCEPT_FUNCTION(strftime); 1662 INTERCEPT_FUNCTION(strftime_l); 1664 INTERCEPT_FUNCTION(wcsftime); 1665 INTERCEPT_FUNCTION(wcsftime_l); 1667 INTERCEPT_FUNCTION(mbtowc); 1668 INTERCEPT_FUNCTION(mbrtowc); 1669 INTERCEPT_FUNCTION(wcslen); 1670 INTERCEPT_FUNCTION(wcsnlen); 1671 INTERCEPT_FUNCTION(wcschr); 1672 INTERCEPT_FUNCTION(wcscpy); 1673 INTERCEPT_FUNCTION(wcsncpy); 1674 INTERCEPT_FUNCTION(wcscmp); 1675 INTERCEPT_FUNCTION(getenv); 1676 INTERCEPT_FUNCTION(setenv); 1677 INTERCEPT_FUNCTION(putenv); 1678 INTERCEPT_FUNCTION(gettimeofday); 1685 INTERCEPT_FUNCTION(pipe); 1686 INTERCEPT_FUNCTION(pipe2); 1687 INTERCEPT_FUNCTION(socketpair); 1689 INTERCEPT_FUNCTION(getrlimit); 1695 INTERCEPT_FUNCTION(gethostname); 1698 INTERCEPT_FUNCTION(dladdr); 1699 INTERCEPT_FUNCTION(dlerror); 1700 INTERCEPT_FUNCTION(dl_iterate_phdr); 1701 INTERCEPT_FUNCTION(getrusage); 1705 INTERCEPT_FUNCTION(pthread_create); 1707 INTERCEPT_FUNCTION(pthread_key_create); 1713 INTERCEPT_FUNCTION(pthread_join); 1714 INTERCEPT_FUNCTION(tzset); 1715 INTERCEPT_FUNCTION(atexit); 1716 INTERCEPT_FUNCTION(__cxa_atexit); 1717 INTERCEPT_FUNCTION(shmat); 1718 INTERCEPT_FUNCTION(fork);projects/compiler-rt/lib/safestack/safestack.cpp
253 INTERCEPT_FUNCTION(pthread_create);
projects/compiler-rt/lib/tsan/dd/dd_interceptors.cpp294 INTERCEPT_FUNCTION(pthread_mutex_destroy); 295 INTERCEPT_FUNCTION(pthread_mutex_lock); 296 INTERCEPT_FUNCTION(pthread_mutex_trylock); 297 INTERCEPT_FUNCTION(pthread_mutex_unlock); 299 INTERCEPT_FUNCTION(pthread_spin_destroy); 300 INTERCEPT_FUNCTION(pthread_spin_lock); 301 INTERCEPT_FUNCTION(pthread_spin_trylock); 302 INTERCEPT_FUNCTION(pthread_spin_unlock); 304 INTERCEPT_FUNCTION(pthread_rwlock_destroy); 305 INTERCEPT_FUNCTION(pthread_rwlock_rdlock); 306 INTERCEPT_FUNCTION(pthread_rwlock_tryrdlock); 307 INTERCEPT_FUNCTION(pthread_rwlock_timedrdlock); 308 INTERCEPT_FUNCTION(pthread_rwlock_wrlock); 309 INTERCEPT_FUNCTION(pthread_rwlock_trywrlock); 310 INTERCEPT_FUNCTION(pthread_rwlock_timedwrlock); 311 INTERCEPT_FUNCTION(pthread_rwlock_unlock); 321 INTERCEPT_FUNCTION(realpath); 322 INTERCEPT_FUNCTION(read); 323 INTERCEPT_FUNCTION(pread);