/external/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cc | 46 INTERCEPTOR(int, pthread_mutex_destroy, pthread_mutex_t *m) { in INTERCEPTOR() function 52 INTERCEPTOR(int, pthread_mutex_lock, pthread_mutex_t *m) { in INTERCEPTOR() function 60 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) { in INTERCEPTOR() function 68 INTERCEPTOR(int, pthread_mutex_unlock, pthread_mutex_t *m) { in INTERCEPTOR() function 74 INTERCEPTOR(int, pthread_spin_destroy, pthread_spinlock_t *m) { in INTERCEPTOR() function 81 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *m) { in INTERCEPTOR() function 89 INTERCEPTOR(int, pthread_spin_trylock, pthread_spinlock_t *m) { in INTERCEPTOR() function 97 INTERCEPTOR(int, pthread_spin_unlock, pthread_spinlock_t *m) { in INTERCEPTOR() function 103 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) { in INTERCEPTOR() function 109 INTERCEPTOR(int, pthread_rwlock_rdlock, pthread_rwlock_t *m) { in INTERCEPTOR() function [all …]
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 29 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() function 34 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() function 39 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() function 44 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function 60 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() function 65 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() function 70 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() function 75 INTERCEPTOR(void*, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() function 82 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function 96 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() function [all …]
|
D | asan_new_delete.cc | 73 INTERCEPTOR(void *, _Znwm, size_t size) { in INTERCEPTOR() function 76 INTERCEPTOR(void *, _Znam, size_t size) { in INTERCEPTOR() function 79 INTERCEPTOR(void *, _ZnwmRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR() function 82 INTERCEPTOR(void *, _ZnamRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR() function 120 INTERCEPTOR(void, _ZdlPv, void *ptr) { in INTERCEPTOR() function 123 INTERCEPTOR(void, _ZdaPv, void *ptr) { in INTERCEPTOR() function 126 INTERCEPTOR(void, _ZdlPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&) { in INTERCEPTOR() function 129 INTERCEPTOR(void, _ZdaPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&) { in INTERCEPTOR() function
|
D | asan_malloc_mac.cc | 42 INTERCEPTOR(malloc_zone_t *, malloc_create_zone, in INTERCEPTOR() function 62 INTERCEPTOR(malloc_zone_t *, malloc_default_zone, void) { in INTERCEPTOR() function 67 INTERCEPTOR(malloc_zone_t *, malloc_default_purgeable_zone, void) { in INTERCEPTOR() function 74 INTERCEPTOR(void, malloc_make_purgeable, void *ptr) { in INTERCEPTOR() function 80 INTERCEPTOR(int, malloc_make_nonpurgeable, void *ptr) { in INTERCEPTOR() function 89 INTERCEPTOR(void, malloc_set_zone_name, malloc_zone_t *zone, const char *name) { in INTERCEPTOR() function 104 INTERCEPTOR(void *, malloc, size_t size) { in INTERCEPTOR() function 111 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() function 118 INTERCEPTOR(void *, realloc, void *ptr, size_t size) { in INTERCEPTOR() function 124 INTERCEPTOR(void *, calloc, size_t nmemb, size_t size) { in INTERCEPTOR() function [all …]
|
D | asan_interceptors.cc | 219 INTERCEPTOR(int, pthread_create, void *thread, in INTERCEPTOR() function 250 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() function 260 INTERCEPTOR(void*, bsd_signal, int signum, void *handler) { in INTERCEPTOR() function 275 INTERCEPTOR(int, sigaction, int signum, const struct sigaction *act, in INTERCEPTOR() function 309 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, in INTERCEPTOR() function 332 INTERCEPTOR(void, longjmp, void *env, int val) { in INTERCEPTOR() function 338 INTERCEPTOR(void, _longjmp, void *env, int val) { in INTERCEPTOR() function 345 INTERCEPTOR(void, siglongjmp, void *env, int val) { in INTERCEPTOR() function 352 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() function 363 INTERCEPTOR(int, memcmp, const void *a1, const void *a2, uptr size) { in INTERCEPTOR() function [all …]
|
D | asan_win.cc | 64 INTERCEPTOR(int, _except_handler3, void *a, void *b, void *c, void *d) { in INTERCEPTOR() function 74 INTERCEPTOR(int, _except_handler4, void *a, void *b, void *c, void *d) { in INTERCEPTOR() function
|
D | asan_win_dll_thunk.cc | 367 INTERCEPTOR(int, _except_handler4, void *a, void *b, void *c, void *d) { in INTERCEPTOR() function
|
D | asan_mac.cc | 349 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in INTERCEPTOR() function
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 104 INTERCEPTOR(SIZE_T, fread, void *ptr, SIZE_T size, SIZE_T nmemb, void *file) { in INTERCEPTOR() function 113 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb, in INTERCEPTOR() function 126 INTERCEPTOR(SSIZE_T, readlink, const char *path, char *buf, SIZE_T bufsiz) { in INTERCEPTOR() function 135 INTERCEPTOR(void *, memcpy, void *dest, const void *src, SIZE_T n) { in INTERCEPTOR() function 139 INTERCEPTOR(void *, mempcpy, void *dest, const void *src, SIZE_T n) { in INTERCEPTOR() function 143 INTERCEPTOR(void *, memccpy, void *dest, const void *src, int c, SIZE_T n) { in INTERCEPTOR() function 153 INTERCEPTOR(void *, memmove, void *dest, const void *src, SIZE_T n) { in INTERCEPTOR() function 157 INTERCEPTOR(void *, memset, void *s, int c, SIZE_T n) { in INTERCEPTOR() function 161 INTERCEPTOR(void *, bcopy, const void *src, void *dest, SIZE_T n) { in INTERCEPTOR() function 165 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function [all …]
|
/external/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cc | 51 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() function 57 INTERCEPTOR(void, free, void *p) { in INTERCEPTOR() function 62 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function 81 INTERCEPTOR(void*, realloc, void *q, uptr size) { in INTERCEPTOR() function 87 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) { in INTERCEPTOR() function 93 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() function 99 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() function 107 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() function 115 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function 124 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() function [all …]
|
/external/compiler-rt/lib/dfsan/ |
D | dfsan_interceptors.cc | 19 INTERCEPTOR(void *, mmap, void *addr, SIZE_T length, int prot, int flags, in INTERCEPTOR() function 27 INTERCEPTOR(void *, mmap64, void *addr, SIZE_T length, int prot, int flags, in INTERCEPTOR() function
|
/external/compiler-rt/lib/interception/ |
D | interception.h | 186 #define INTERCEPTOR(ret_type, func, ...) \ macro 205 #define INTERCEPTOR(ret_type, func, ...) \ macro
|
/external/v8/src/ |
D | lookup.h | 34 INTERCEPTOR, enumerator
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1080 INTERCEPTOR(int, pthread_cond_init, void *c, void *a) { in INTERCEPTOR() function 1087 INTERCEPTOR(int, pthread_cond_wait, void *c, void *m) { in INTERCEPTOR() function 1109 INTERCEPTOR(int, pthread_cond_timedwait, void *c, void *m, void *abstime) { in INTERCEPTOR() function 1130 INTERCEPTOR(int, pthread_cond_signal, void *c) { in INTERCEPTOR() function 1137 INTERCEPTOR(int, pthread_cond_broadcast, void *c) { in INTERCEPTOR() function 1144 INTERCEPTOR(int, pthread_cond_destroy, void *c) { in INTERCEPTOR() function
|