Home
last modified time | relevance | path

Searched refs:INTERCEPTOR (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp37 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() function
45 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() function
53 INTERCEPTOR(void *, malloc, uptr size) { in INTERCEPTOR() function
61 INTERCEPTOR(void *, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function
69 INTERCEPTOR(void *, realloc, void *ptr, uptr size) { in INTERCEPTOR() function
78 INTERCEPTOR(void *, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() function
86 INTERCEPTOR(void *, memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
91 INTERCEPTOR(void *, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
100 INTERCEPTOR(void *, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() function
106 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
[all …]
H A Dmemprof_interceptors.cpp157 INTERCEPTOR(int, pthread_create, void *thread, void *attr, in INTERCEPTOR() function
188 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() function
194 INTERCEPTOR(char *, index, const char *string, int c)
199 INTERCEPTOR(char *, strcat, char *to, const char *from) { in INTERCEPTOR() function
211 INTERCEPTOR(char *, strncat, char *to, const char *from, uptr size) { in INTERCEPTOR() function
224 INTERCEPTOR(char *, strcpy, char *to, const char *from) { in INTERCEPTOR() function
237 INTERCEPTOR(char *, strdup, const char *s) { in INTERCEPTOR() function
251 INTERCEPTOR(char *, __strdup, const char *s) { in INTERCEPTOR() function
265 INTERCEPTOR(char *, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() function
275 INTERCEPTOR(long, strtol, const char *nptr, char **endptr, int base) { in INTERCEPTOR() function
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp71 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() function
79 INTERCEPTOR(void, free, void *p) { in INTERCEPTOR() function
86 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function
94 INTERCEPTOR(void *, realloc, void *ptr, uptr size) { in INTERCEPTOR() function
102 INTERCEPTOR(void*, reallocarray, void *q, uptr nmemb, uptr size) { in INTERCEPTOR() function
108 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() function
114 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() function
122 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) { in INTERCEPTOR() function
133 INTERCEPTOR(void *, __libc_memalign, uptr alignment, uptr size) { in INTERCEPTOR() function
146 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() function
[all …]
H A Dlsan_mac.cpp111 INTERCEPTOR(void, dispatch_x_f, dispatch_queue_t dq, void *ctxt, \
122 INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when, dispatch_queue_t dq, in INTERCEPT_DISPATCH_X_F_3()
129 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in INTERCEPTOR() function
157 INTERCEPTOR(void, dispatch_async, dispatch_queue_t dq, void (^work)(void)) {
162 INTERCEPTOR(void, dispatch_group_async, dispatch_group_t dg,
168 INTERCEPTOR(void, dispatch_after, dispatch_time_t when, dispatch_queue_t queue,
174 INTERCEPTOR(void, dispatch_source_set_cancel_handler, dispatch_source_t ds,
184 INTERCEPTOR(void, dispatch_source_set_event_handler, dispatch_source_t ds,
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp36 INTERCEPTOR(void *, reallocarray, void *ptr, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() function
40 INTERCEPTOR(void *, __libc_memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
47 INTERCEPTOR(void *, aligned_alloc, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
51 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() function
57 INTERCEPTOR(void *, realloc, void *ptr, SIZE_T size) { in INTERCEPTOR() function
63 INTERCEPTOR(void *, malloc, SIZE_T size) { in INTERCEPTOR() function
69 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() function
77 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() function
85 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
93 INTERCEPTOR(void *, memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp43 INTERCEPTOR(int, pthread_mutex_destroy, pthread_mutex_t *m) { in INTERCEPTOR() function
49 INTERCEPTOR(int, pthread_mutex_lock, pthread_mutex_t *m) { in INTERCEPTOR() function
57 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) { in INTERCEPTOR() function
65 INTERCEPTOR(int, pthread_mutex_unlock, pthread_mutex_t *m) { in INTERCEPTOR() function
71 INTERCEPTOR(int, pthread_spin_destroy, pthread_spinlock_t *m) { in INTERCEPTOR() function
78 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *m) { in INTERCEPTOR() function
86 INTERCEPTOR(int, pthread_spin_trylock, pthread_spinlock_t *m) { in INTERCEPTOR() function
94 INTERCEPTOR(int, pthread_spin_unlock, pthread_spinlock_t *m) { in INTERCEPTOR() function
100 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) { in INTERCEPTOR() function
106 INTERCEPTOR(int, pthread_rwlock_rdlock, pthread_rwlock_t *m) { in INTERCEPTOR() function
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp49 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() function
57 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() function
65 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() function
73 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function
81 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() function
90 INTERCEPTOR(void*, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() function
98 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
103 INTERCEPTOR(void*, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
112 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() function
118 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
[all …]
H A Dasan_interceptors.cpp202 INTERCEPTOR(int, pthread_create, void *thread, in INTERCEPTOR() function
237 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() function
260 INTERCEPTOR(void, makecontext, struct ucontext_t *ucp, void (*func)(), int argc, in INTERCEPTOR() function
292 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, in INTERCEPTOR() function
328 INTERCEPTOR(void, longjmp, void *env, int val) { in INTERCEPTOR() function
334 INTERCEPTOR(void, _longjmp, void *env, int val) { in INTERCEPTOR() function
341 INTERCEPTOR(void, __longjmp_chk, void *env, int val) { in INTERCEPTOR() function
348 INTERCEPTOR(void, siglongjmp, void *env, int val) { in INTERCEPTOR() function
355 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() function
363 INTERCEPTOR(void, __cxa_rethrow_primary_exception, void *a) { in INTERCEPTOR() function
[all …]
H A Dasan_new_delete.cpp119 INTERCEPTOR(void *, _Znwm, size_t size) { in INTERCEPTOR() function
122 INTERCEPTOR(void *, _Znam, size_t size) { in INTERCEPTOR() function
125 INTERCEPTOR(void *, _ZnwmRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR() function
128 INTERCEPTOR(void *, _ZnamRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR() function
188 INTERCEPTOR(void, _ZdlPv, void *ptr) in INTERCEPTOR() function
190 INTERCEPTOR(void, _ZdaPv, void *ptr) in INTERCEPTOR() function
192 INTERCEPTOR(void, _ZdlPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&) in INTERCEPTOR() function
194 INTERCEPTOR(void, _ZdaPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&) in INTERCEPTOR() function
H A Dasan_mac.cpp190 INTERCEPTOR(void, dispatch_x_f, dispatch_queue_t dq, void *ctxt, \
207 INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when, in INTERCEPT_DISPATCH_X_F_3()
220 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in INTERCEPTOR() function
255 INTERCEPTOR(void, dispatch_async,
262 INTERCEPTOR(void, dispatch_group_async,
269 INTERCEPTOR(void, dispatch_after,
276 INTERCEPTOR(void, dispatch_source_set_cancel_handler,
287 INTERCEPTOR(void, dispatch_source_set_event_handler,
H A Dasan_win.cpp117 INTERCEPTOR(int, _except_handler3, void *a, void *b, void *c, void *d) { in INTERCEPTOR() function
127 INTERCEPTOR(int, _except_handler4, void *a, void *b, void *c, void *d) { in INTERCEPTOR() function
H A Dasan_win_dll_thunk.cpp107 INTERCEPTOR(int, _except_handler4, void *a, void *b, void *c, void *d) { in INTERCEPTOR() function
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp123 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb, in INTERCEPTOR() function
137 INTERCEPTOR(void *, mempcpy, void *dest, const void *src, SIZE_T n) { in INTERCEPTOR() function
145 INTERCEPTOR(void *, memccpy, void *dest, const void *src, int c, SIZE_T n) { in INTERCEPTOR() function
155 INTERCEPTOR(void *, bcopy, const void *src, void *dest, SIZE_T n) { in INTERCEPTOR() function
159 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
169 INTERCEPTOR(void *, memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
178 INTERCEPTOR(void *, aligned_alloc, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
184 INTERCEPTOR(void *, __libc_memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
196 INTERCEPTOR(void *, valloc, SIZE_T size) { in INTERCEPTOR() function
202 INTERCEPTOR(void *, pvalloc, SIZE_T size) { in INTERCEPTOR() function
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc426 INTERCEPTOR(SIZE_T, strlen, const char *s) {
446 INTERCEPTOR(SIZE_T, strnlen, const char *s, SIZE_T maxlen) {
460 INTERCEPTOR(char*, strndup, const char *s, uptr size) {
470 INTERCEPTOR(char*, __strndup, const char *s, uptr size) {
480 INTERCEPTOR(char*, textdomain, const char *domainname) {
503 INTERCEPTOR(int, strcmp, const char *s1, const char *s2) {
527 INTERCEPTOR(int, strncmp, const char *s1, const char *s2, uptr size) {
570 INTERCEPTOR(int, strcasecmp, const char *s1, const char *s2) {
592 INTERCEPTOR(int, strncasecmp, const char *s1, const char *s2, SIZE_T size) {
638 INTERCEPTOR(char*, strstr, const char *s1, const char *s2) {
[all …]
H A Dsanitizer_malloc_mac.inc56 INTERCEPTOR(malloc_zone_t *, malloc_create_zone,
73 INTERCEPTOR(void, malloc_destroy_zone, malloc_zone_t *zone) {
86 INTERCEPTOR(malloc_zone_t *, malloc_default_zone, void) {
91 INTERCEPTOR(malloc_zone_t *, malloc_zone_from_ptr, const void *ptr) {
100 INTERCEPTOR(malloc_zone_t *, malloc_default_purgeable_zone, void) {
107 INTERCEPTOR(void, malloc_make_purgeable, void *ptr) {
113 INTERCEPTOR(int, malloc_make_nonpurgeable, void *ptr) {
122 INTERCEPTOR(void, malloc_set_zone_name, malloc_zone_t *zone, const char *name) {
135 INTERCEPTOR(void *, malloc, size_t size) {
141 INTERCEPTOR(void, free, void *ptr) {
[all …]
H A Dsanitizer_common_interceptors_netbsd_compat.inc33 INTERCEPTOR(int, statvfs, char *path, void *buf) {
45 INTERCEPTOR(int, fstatvfs, int fd, void *buf) {
68 INTERCEPTOR(int, __getmntinfo13, void **mntbufp, int flags) {
85 INTERCEPTOR(int, getvfsstat, void *buf, SIZE_T bufsize, int flags) {
99 INTERCEPTOR(int, statvfs1, const char *path, void *buf, int flags) {
108 INTERCEPTOR(int, fstatvfs1, int fd, void *buf, int flags) {
H A Dsanitizer_signal_interceptors.inc45 INTERCEPTOR(uptr, bsd_signal, int signum, uptr handler) {
55 INTERCEPTOR(uptr, signal, int signum, uptr handler) {
62 INTERCEPTOR(int, sigaction_symname, int signum,
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp40 INTERCEPTOR(int, pthread_create, void *th, void *attr, void *(*callback)(void*), in INTERCEPTOR() function
50 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() function
182 INTERCEPTOR(void, siglongjmp, __hw_sigjmp_buf env, int val) { in INTERCEPTOR() function
200 INTERCEPTOR(void, __libc_longjmp, __hw_jmp_buf env, int val) { in INTERCEPTOR() function
206 INTERCEPTOR(void, longjmp, __hw_jmp_buf env, int val) { in INTERCEPTOR() function
/openbsd-src/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception.h211 #define INTERCEPTOR(ret_type, func, ...) \ macro
218 #define INTERCEPTOR(ret_type, func, ...) \ macro
227 INTERCEPTOR(ret_type, func, __VA_ARGS__)
237 #define INTERCEPTOR(ret_type, func, ...) \ macro
/openbsd-src/gnu/llvm/compiler-rt/lib/interception/tests/
H A Dinterception_linux_test.cpp29 INTERCEPTOR(int, isdigit, int d) { in INTERCEPTOR() function
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.h80 #define TSAN_INTERCEPTOR(ret, func, ...) INTERCEPTOR(ret, func, __VA_ARGS__)
H A Dtsan_interceptors_posix.cpp1236 INTERCEPTOR(int, pthread_cond_init, void *c, void *a) { in INTERCEPTOR() function
1267 INTERCEPTOR(int, pthread_cond_wait, void *c, void *m) { in INTERCEPTOR() function
1275 INTERCEPTOR(int, pthread_cond_timedwait, void *c, void *m, void *abstime) { in INTERCEPTOR() function
1285 INTERCEPTOR(int, pthread_cond_clockwait, void *c, void *m, in INTERCEPTOR() function
1300 INTERCEPTOR(int, pthread_cond_timedwait_relative_np, void *c, void *m, in INTERCEPTOR() function
1313 INTERCEPTOR(int, pthread_cond_signal, void *c) { in INTERCEPTOR() function
1320 INTERCEPTOR(int, pthread_cond_broadcast, void *c) { in INTERCEPTOR() function
1327 INTERCEPTOR(int, pthread_cond_destroy, void *c) { in INTERCEPTOR() function
/openbsd-src/gnu/llvm/compiler-rt/lib/cfi/
H A Dcfi.cpp423 INTERCEPTOR(void*, dlopen, const char *filename, int flag) { in INTERCEPTOR() function
431 INTERCEPTOR(int, dlclose, void *handle) { in INTERCEPTOR() function
/openbsd-src/gnu/llvm/compiler-rt/lib/safestack/
H A Dsafestack.cpp208 INTERCEPTOR(int, pthread_create, pthread_t *thread, in INTERCEPTOR() function