Home
last modified time | relevance | path

Searched refs:DECLARE_REAL_AND_INTERCEPTOR (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/interception/
H A Dinterception.h189 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \ macro
193 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) macro
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_interceptors.cc85 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr)
86 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *)
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc517 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr) in DECLARE_REAL_AND_INTERCEPTOR() function
518 DECLARE_REAL_AND_INTERCEPTOR(int, munmap, void *addr, long_t sz) in DECLARE_REAL_AND_INTERCEPTOR()
H A Dtsan_interceptors.cc91 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr size)
92 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr)
/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Desan_interceptors.cpp34 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr) in DECLARE_REAL_AND_INTERCEPTOR() function