| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_interceptors.cpp | 198 INTERCEPT_FUNCTION(calloc); in initialize_interceptors() 199 INTERCEPT_FUNCTION(cfree); in initialize_interceptors() 200 INTERCEPT_FUNCTION(free); in initialize_interceptors() 202 INTERCEPT_FUNCTION(malloc); in initialize_interceptors() 205 INTERCEPT_FUNCTION(mallopt); in initialize_interceptors() 207 INTERCEPT_FUNCTION(mmap); in initialize_interceptors() 208 INTERCEPT_FUNCTION(mmap64); in initialize_interceptors() 209 INTERCEPT_FUNCTION(munmap); in initialize_interceptors() 211 INTERCEPT_FUNCTION(pvalloc); in initialize_interceptors() 212 INTERCEPT_FUNCTION(realloc); in initialize_interceptors() [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 455 INTERCEPT_FUNCTION(func); \ in INTERCEPTORS_STRTO() 459 INTERCEPT_FUNCTION(func); \ 1650 INTERCEPT_FUNCTION(valloc); in InitializeInterceptors() 1656 INTERCEPT_FUNCTION(free); in InitializeInterceptors() 1662 INTERCEPT_FUNCTION(fread); in InitializeInterceptors() 1666 INTERCEPT_FUNCTION(bcopy); in InitializeInterceptors() 1728 INTERCEPT_FUNCTION(pipe); in InitializeInterceptors() 1729 INTERCEPT_FUNCTION(pipe2); in InitializeInterceptors() 1758 INTERCEPT_FUNCTION(tzset); in InitializeInterceptors() 1761 INTERCEPT_FUNCTION(shmat); in InitializeInterceptors() [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cpp | 162 INTERCEPT_FUNCTION(malloc_usable_size) 201 #define LSAN_MAYBE_INTERCEPT_CFREE INTERCEPT_FUNCTION(cfree) 505 INTERCEPT_FUNCTION(malloc); in InitializeInterceptors() 506 INTERCEPT_FUNCTION(free); in InitializeInterceptors() 508 INTERCEPT_FUNCTION(calloc); in InitializeInterceptors() 509 INTERCEPT_FUNCTION(realloc); in InitializeInterceptors() 513 INTERCEPT_FUNCTION(posix_memalign); in InitializeInterceptors() 514 INTERCEPT_FUNCTION(valloc); in InitializeInterceptors() 519 INTERCEPT_FUNCTION(pthread_create); in InitializeInterceptors() 520 INTERCEPT_FUNCTION(pthread_join); in InitializeInterceptors() [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 296 INTERCEPT_FUNCTION(pthread_mutex_destroy); in InitializeInterceptors() 297 INTERCEPT_FUNCTION(pthread_mutex_lock); in InitializeInterceptors() 298 INTERCEPT_FUNCTION(pthread_mutex_trylock); in InitializeInterceptors() 299 INTERCEPT_FUNCTION(pthread_mutex_unlock); in InitializeInterceptors() 301 INTERCEPT_FUNCTION(pthread_spin_destroy); in InitializeInterceptors() 302 INTERCEPT_FUNCTION(pthread_spin_lock); in InitializeInterceptors() 303 INTERCEPT_FUNCTION(pthread_spin_trylock); in InitializeInterceptors() 304 INTERCEPT_FUNCTION(pthread_spin_unlock); in InitializeInterceptors() 323 INTERCEPT_FUNCTION(realpath); in InitializeInterceptors() 324 INTERCEPT_FUNCTION(read); in InitializeInterceptors() [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interceptors_libdispatch.cpp | 769 INTERCEPT_FUNCTION(dispatch_async); in InitializeLibdispatchInterceptors() 770 INTERCEPT_FUNCTION(dispatch_async_f); in InitializeLibdispatchInterceptors() 771 INTERCEPT_FUNCTION(dispatch_sync); in InitializeLibdispatchInterceptors() 772 INTERCEPT_FUNCTION(dispatch_sync_f); in InitializeLibdispatchInterceptors() 781 INTERCEPT_FUNCTION(dispatch_after); in InitializeLibdispatchInterceptors() 783 INTERCEPT_FUNCTION(dispatch_once); in InitializeLibdispatchInterceptors() 784 INTERCEPT_FUNCTION(dispatch_once_f); in InitializeLibdispatchInterceptors() 799 INTERCEPT_FUNCTION(dispatch_apply); in InitializeLibdispatchInterceptors() 802 INTERCEPT_FUNCTION(dispatch_read); in InitializeLibdispatchInterceptors() 803 INTERCEPT_FUNCTION(dispatch_write); in InitializeLibdispatchInterceptors() [all …]
|
| H A D | tsan_interceptors_posix.cpp | 291 #define TSAN_INTERCEPT(func) INTERCEPT_FUNCTION(func) 293 # define TSAN_INTERCEPT_VER(func, ver) INTERCEPT_FUNCTION(func) 297 # define TSAN_INTERCEPT_VER(func, ver) INTERCEPT_FUNCTION(func) 299 INTERCEPT_FUNCTION(__libc_##func) 301 INTERCEPT_FUNCTION(__libc_thr_##func) 2338 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) 2342 (INTERCEPT_FUNCTION_VER(name, ver) || INTERCEPT_FUNCTION(name))
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_libdispatch.cpp | 769 INTERCEPT_FUNCTION(dispatch_async); in InitializeLibdispatchInterceptors() 770 INTERCEPT_FUNCTION(dispatch_async_f); in InitializeLibdispatchInterceptors() 771 INTERCEPT_FUNCTION(dispatch_sync); in InitializeLibdispatchInterceptors() 772 INTERCEPT_FUNCTION(dispatch_sync_f); in InitializeLibdispatchInterceptors() 781 INTERCEPT_FUNCTION(dispatch_after); in InitializeLibdispatchInterceptors() 783 INTERCEPT_FUNCTION(dispatch_once); in InitializeLibdispatchInterceptors() 784 INTERCEPT_FUNCTION(dispatch_once_f); in InitializeLibdispatchInterceptors() 799 INTERCEPT_FUNCTION(dispatch_apply); in InitializeLibdispatchInterceptors() 802 INTERCEPT_FUNCTION(dispatch_read); in InitializeLibdispatchInterceptors() 803 INTERCEPT_FUNCTION(dispatch_write); in InitializeLibdispatchInterceptors() [all …]
|
| H A D | tsan_interceptors_posix.cpp | 291 #define TSAN_INTERCEPT(func) INTERCEPT_FUNCTION(func) 293 # define TSAN_INTERCEPT_VER(func, ver) INTERCEPT_FUNCTION(func) 299 INTERCEPT_FUNCTION(_pthread_##func) 305 INTERCEPT_FUNCTION(__libc_##func) 307 INTERCEPT_FUNCTION(__libc_thr_##func) 2344 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name) 2348 (INTERCEPT_FUNCTION_VER(name, ver) || INTERCEPT_FUNCTION(name))
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_interceptors.cpp | 192 INTERCEPT_FUNCTION(__libc_longjmp); in InitializeInterceptors() 193 INTERCEPT_FUNCTION(longjmp); in InitializeInterceptors() 194 INTERCEPT_FUNCTION(siglongjmp); in InitializeInterceptors() 195 INTERCEPT_FUNCTION(vfork); in InitializeInterceptors() 197 INTERCEPT_FUNCTION(pthread_create); in InitializeInterceptors() 198 INTERCEPT_FUNCTION(pthread_join); in InitializeInterceptors()
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_interceptors.h | 45 if (!INTERCEPT_FUNCTION(name)) \ 55 if (!INTERCEPT_FUNCTION_VER(name, ver) && !INTERCEPT_FUNCTION(name)) \
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.h | 139 if (!INTERCEPT_FUNCTION(name)) \ 150 if (!INTERCEPT_FUNCTION_VER(name, ver) && !INTERCEPT_FUNCTION(name)) \
|
| H A D | asan_malloc_win.cpp | 511 INTERCEPT_FUNCTION(HeapSize); in ReplaceSystemMalloc() 512 INTERCEPT_FUNCTION(HeapFree); in ReplaceSystemMalloc() 513 INTERCEPT_FUNCTION(HeapReAlloc); in ReplaceSystemMalloc() 514 INTERCEPT_FUNCTION(HeapAlloc); in ReplaceSystemMalloc()
|
| H A D | asan_win_dll_thunk.cpp | 142 INTERCEPT_FUNCTION(_except_handler4); in asan_dll_thunk_init()
|
| H A D | asan_interceptors.cpp | 684 INTERCEPT_FUNCTION(_Unwind_RaiseException); in InitializeAsanInterceptors() 688 INTERCEPT_FUNCTION(_Unwind_SjLj_RaiseException); in InitializeAsanInterceptors()
|
| /llvm-project-15.0.7/compiler-rt/lib/interception/ |
| H A D | interception.h | 278 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func) macro 283 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_MAC(func) macro 288 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func) macro
|
| /llvm-project-15.0.7/compiler-rt/lib/interception/tests/ |
| H A D | interception_linux_test.cpp | 48 EXPECT_TRUE(INTERCEPT_FUNCTION(isdigit)); in TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_signals_standalone.cpp | 37 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name)
|
| /llvm-project-15.0.7/compiler-rt/lib/cfi/ |
| H A D | cfi.cpp | 447 INTERCEPT_FUNCTION(dlopen); in EnsureInterceptorsInitialized() 448 INTERCEPT_FUNCTION(dlclose); in EnsureInterceptorsInitialized()
|
| /llvm-project-15.0.7/compiler-rt/lib/safestack/ |
| H A D | safestack.cpp | 253 INTERCEPT_FUNCTION(pthread_create); in EnsureInterceptorsInitialized()
|