Home
last modified time | relevance | path

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

12

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_interceptors.cc53 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() function
59 INTERCEPTOR(void, free, void *p) { in INTERCEPTOR() function
64 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function
81 INTERCEPTOR(void*, realloc, void *q, uptr size) { in INTERCEPTOR() function
87 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() function
93 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() function
101 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) { in INTERCEPTOR() function
108 INTERCEPTOR(void *, __libc_memalign, uptr alignment, uptr size) { in INTERCEPTOR() function
122 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() function
133 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
[all …]
H A Dlsan_mac.cc112 INTERCEPTOR(void, dispatch_x_f, dispatch_queue_t dq, void *ctxt, \
123 INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when, dispatch_queue_t dq, in INTERCEPT_DISPATCH_X_F_3()
130 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in INTERCEPTOR() function
158 INTERCEPTOR(void, dispatch_async, dispatch_queue_t dq, void (^work)(void)) {
163 INTERCEPTOR(void, dispatch_group_async, dispatch_group_t dg,
169 INTERCEPTOR(void, dispatch_after, dispatch_time_t when, dispatch_queue_t queue,
175 INTERCEPTOR(void, dispatch_source_set_cancel_handler, dispatch_source_t ds,
185 INTERCEPTOR(void, dispatch_source_set_event_handler, dispatch_source_t ds,
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_interceptors.cc51 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
79 INTERCEPTOR(void*, realloc, void *q, uptr size) { in INTERCEPTOR() function
85 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() function
91 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() function
99 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) { in INTERCEPTOR() function
106 INTERCEPTOR(void *, __libc_memalign, uptr alignment, uptr size) { in INTERCEPTOR() function
120 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() function
131 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
[all …]
H A Dlsan_mac.cc110 INTERCEPTOR(void, dispatch_x_f, dispatch_queue_t dq, void *ctxt, \
121 INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when, dispatch_queue_t dq, in INTERCEPT_DISPATCH_X_F_3()
128 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in INTERCEPTOR() function
156 INTERCEPTOR(void, dispatch_async, dispatch_queue_t dq, void (^work)(void)) {
161 INTERCEPTOR(void, dispatch_group_async, dispatch_group_t dg,
167 INTERCEPTOR(void, dispatch_after, dispatch_time_t when, dispatch_queue_t queue,
173 INTERCEPTOR(void, dispatch_source_set_cancel_handler, dispatch_source_t ds,
183 INTERCEPTOR(void, dispatch_source_set_event_handler, dispatch_source_t ds,
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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,
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_interceptors.cc43 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 …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc134 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb, in INTERCEPTOR() function
148 INTERCEPTOR(void *, mempcpy, void *dest, const void *src, SIZE_T n) { in INTERCEPTOR() function
156 INTERCEPTOR(void *, memccpy, void *dest, const void *src, int c, SIZE_T n) { in INTERCEPTOR() function
166 INTERCEPTOR(void *, bcopy, const void *src, void *dest, SIZE_T n) { in INTERCEPTOR() function
170 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
180 INTERCEPTOR(void *, memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
189 INTERCEPTOR(void *, aligned_alloc, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
195 INTERCEPTOR(void *, __libc_memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
207 INTERCEPTOR(void *, valloc, SIZE_T size) { in INTERCEPTOR() function
213 INTERCEPTOR(void *, pvalloc, SIZE_T size) { in INTERCEPTOR() function
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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.cpp201 INTERCEPTOR(int, pthread_create, void *thread, in INTERCEPTOR() function
236 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() function
256 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, in INTERCEPTOR() function
292 INTERCEPTOR(void, longjmp, void *env, int val) { in INTERCEPTOR() function
298 INTERCEPTOR(void, _longjmp, void *env, int val) { in INTERCEPTOR() function
305 INTERCEPTOR(void, __longjmp_chk, void *env, int val) { in INTERCEPTOR() function
312 INTERCEPTOR(void, siglongjmp, void *env, int val) { in INTERCEPTOR() function
319 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() function
327 INTERCEPTOR(void, __cxa_rethrow_primary_exception, void *a) { in INTERCEPTOR() function
335 INTERCEPTOR(_Unwind_Reason_Code, _Unwind_RaiseException, 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.cpp194 INTERCEPTOR(void, dispatch_x_f, dispatch_queue_t dq, void *ctxt, \
211 INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when, in INTERCEPT_DISPATCH_X_F_3()
224 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in INTERCEPTOR() function
259 INTERCEPTOR(void, dispatch_async,
266 INTERCEPTOR(void, dispatch_group_async,
273 INTERCEPTOR(void, dispatch_after,
280 INTERCEPTOR(void, dispatch_source_set_cancel_handler,
291 INTERCEPTOR(void, dispatch_source_set_event_handler,
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_malloc_linux.cc121 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() function
131 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() function
139 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() function
148 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function
157 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() function
168 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
173 INTERCEPTOR(void*, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
182 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() function
188 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
203 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() function
[all …]
H A Dasan_interceptors.cc207 INTERCEPTOR(int, pthread_create, void *thread, in INTERCEPTOR() function
248 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() function
268 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, in INTERCEPTOR() function
304 INTERCEPTOR(void, longjmp, void *env, int val) { in INTERCEPTOR() function
310 INTERCEPTOR(void, _longjmp, void *env, int val) { in INTERCEPTOR() function
317 INTERCEPTOR(void, __longjmp_chk, void *env, int val) { in INTERCEPTOR() function
324 INTERCEPTOR(void, siglongjmp, void *env, int val) { in INTERCEPTOR() function
331 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() function
339 INTERCEPTOR(void, __cxa_rethrow_primary_exception, void *a) { in INTERCEPTOR() function
347 INTERCEPTOR(_Unwind_Reason_Code, _Unwind_RaiseException, in INTERCEPTOR() function
[all …]
H A Dasan_new_delete.cc128 INTERCEPTOR(void *, _Znwm, size_t size) { in INTERCEPTOR() function
131 INTERCEPTOR(void *, _Znam, size_t size) { in INTERCEPTOR() function
134 INTERCEPTOR(void *, _ZnwmRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR() function
137 INTERCEPTOR(void *, _ZnamRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR() function
201 INTERCEPTOR(void, _ZdlPv, void *ptr) in INTERCEPTOR() function
203 INTERCEPTOR(void, _ZdaPv, void *ptr) in INTERCEPTOR() function
205 INTERCEPTOR(void, _ZdlPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&) in INTERCEPTOR() function
207 INTERCEPTOR(void, _ZdaPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&) in INTERCEPTOR() function
H A Dasan_mac.cc225 INTERCEPTOR(void, dispatch_x_f, dispatch_queue_t dq, void *ctxt, \
242 INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when, in INTERCEPT_DISPATCH_X_F_3()
255 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in INTERCEPTOR() function
290 INTERCEPTOR(void, dispatch_async,
297 INTERCEPTOR(void, dispatch_group_async,
304 INTERCEPTOR(void, dispatch_after,
311 INTERCEPTOR(void, dispatch_source_set_cancel_handler,
322 INTERCEPTOR(void, dispatch_source_set_event_handler,
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_malloc_linux.cc123 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() function
133 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() function
141 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() function
150 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function
159 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() function
170 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
175 INTERCEPTOR(void*, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
184 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() function
190 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
205 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() function
[all …]
H A Dasan_interceptors.cc204 INTERCEPTOR(int, pthread_create, void *thread, in INTERCEPTOR() function
245 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() function
265 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, in INTERCEPTOR() function
301 INTERCEPTOR(void, longjmp, void *env, int val) { in INTERCEPTOR() function
307 INTERCEPTOR(void, _longjmp, void *env, int val) { in INTERCEPTOR() function
314 INTERCEPTOR(void, __longjmp_chk, void *env, int val) { in INTERCEPTOR() function
321 INTERCEPTOR(void, siglongjmp, void *env, int val) { in INTERCEPTOR() function
328 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() function
336 INTERCEPTOR(void, __cxa_rethrow_primary_exception, void *a) { in INTERCEPTOR() function
344 INTERCEPTOR(_Unwind_Reason_Code, _Unwind_RaiseException, in INTERCEPTOR() function
[all …]
H A Dasan_new_delete.cc130 INTERCEPTOR(void *, _Znwm, size_t size) { in INTERCEPTOR() function
133 INTERCEPTOR(void *, _Znam, size_t size) { in INTERCEPTOR() function
136 INTERCEPTOR(void *, _ZnwmRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR() function
139 INTERCEPTOR(void *, _ZnamRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR() function
203 INTERCEPTOR(void, _ZdlPv, void *ptr) in INTERCEPTOR() function
205 INTERCEPTOR(void, _ZdaPv, void *ptr) in INTERCEPTOR() function
207 INTERCEPTOR(void, _ZdlPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&) in INTERCEPTOR() function
209 INTERCEPTOR(void, _ZdaPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&) in INTERCEPTOR() function
H A Dasan_mac.cc227 INTERCEPTOR(void, dispatch_x_f, dispatch_queue_t dq, void *ctxt, \
244 INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when, in INTERCEPT_DISPATCH_X_F_3()
257 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in INTERCEPTOR() function
292 INTERCEPTOR(void, dispatch_async,
299 INTERCEPTOR(void, dispatch_group_async,
306 INTERCEPTOR(void, dispatch_after,
313 INTERCEPTOR(void, dispatch_source_set_cancel_handler,
324 INTERCEPTOR(void, dispatch_source_set_event_handler,
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc378 INTERCEPTOR(SIZE_T, strlen, const char *s) {
398 INTERCEPTOR(SIZE_T, strnlen, const char *s, SIZE_T maxlen) {
412 INTERCEPTOR(char*, strndup, const char *s, uptr size) {
422 INTERCEPTOR(char*, __strndup, const char *s, uptr size) {
432 INTERCEPTOR(char*, textdomain, const char *domainname) {
455 INTERCEPTOR(int, strcmp, const char *s1, const char *s2) {
479 INTERCEPTOR(int, strncmp, const char *s1, const char *s2, uptr size) {
522 INTERCEPTOR(int, strcasecmp, const char *s1, const char *s2) {
544 INTERCEPTOR(int, strncasecmp, const char *s1, const char *s2, SIZE_T size) {
590 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 …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc354 INTERCEPTOR(SIZE_T, strlen, const char *s) {
374 INTERCEPTOR(SIZE_T, strnlen, const char *s, SIZE_T maxlen) {
388 INTERCEPTOR(char*, strndup, const char *s, uptr size) {
398 INTERCEPTOR(char*, __strndup, const char *s, uptr size) {
408 INTERCEPTOR(char*, textdomain, const char *domainname) {
431 INTERCEPTOR(int, strcmp, const char *s1, const char *s2) {
453 INTERCEPTOR(int, strncmp, const char *s1, const char *s2, uptr size) {
496 INTERCEPTOR(int, strcasecmp, const char *s1, const char *s2) {
518 INTERCEPTOR(int, strncasecmp, const char *s1, const char *s2, SIZE_T size) {
564 INTERCEPTOR(char*, strstr, const char *s1, const char *s2) {
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc361 INTERCEPTOR(SIZE_T, strlen, const char *s) {
381 INTERCEPTOR(SIZE_T, strnlen, const char *s, SIZE_T maxlen) {
395 INTERCEPTOR(char*, strndup, const char *s, uptr size) {
405 INTERCEPTOR(char*, __strndup, const char *s, uptr size) {
415 INTERCEPTOR(char*, textdomain, const char *domainname) {
438 INTERCEPTOR(int, strcmp, const char *s1, const char *s2) {
460 INTERCEPTOR(int, strncmp, const char *s1, const char *s2, uptr size) {
503 INTERCEPTOR(int, strcasecmp, const char *s1, const char *s2) {
525 INTERCEPTOR(int, strncasecmp, const char *s1, const char *s2, SIZE_T size) {
571 INTERCEPTOR(char*, strstr, const char *s1, const char *s2) {
[all …]
H A Dsanitizer_malloc_mac.inc34 INTERCEPTOR(malloc_zone_t *, malloc_create_zone,
53 INTERCEPTOR(void, malloc_destroy_zone, malloc_zone_t *zone) {
68 INTERCEPTOR(malloc_zone_t *, malloc_default_zone, void) {
73 INTERCEPTOR(malloc_zone_t *, malloc_default_purgeable_zone, void) {
80 INTERCEPTOR(void, malloc_make_purgeable, void *ptr) {
86 INTERCEPTOR(int, malloc_make_nonpurgeable, void *ptr) {
95 INTERCEPTOR(void, malloc_set_zone_name, malloc_zone_t *zone, const char *name) {
112 INTERCEPTOR(void *, malloc, size_t size) {
118 INTERCEPTOR(void, free, void *ptr) {
124 INTERCEPTOR(void *, realloc, void *ptr, size_t size) {
[all …]

12