Searched refs:InterceptFunction (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/ |
| H A D | interception_linux.h | 25 bool InterceptFunction(const char *name, uptr *ptr_to_real, uptr func, 27 bool InterceptFunction(const char *name, const char *ver, uptr *ptr_to_real, 32 ::__interception::InterceptFunction( \ 41 ::__interception::InterceptFunction( \
|
| H A D | interception_linux.cpp | 59 bool InterceptFunction(const char *name, uptr *ptr_to_real, uptr func, in InterceptFunction() function 72 bool InterceptFunction(const char *name, const char *ver, uptr *ptr_to_real, in InterceptFunction() function
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_interceptors_posix.cpp | 2747 using __interception::InterceptFunction; in InitializeInterceptors() 2748 InterceptFunction(TSAN_STRING_SETJMP, (uptr*)&REAL(setjmp_symname), 0, 0); in InitializeInterceptors() 2749 InterceptFunction("_setjmp", (uptr*)&REAL(_setjmp), 0, 0); in InitializeInterceptors() 2750 InterceptFunction(TSAN_STRING_SIGSETJMP, (uptr*)&REAL(sigsetjmp_symname), 0, in InitializeInterceptors() 2753 InterceptFunction("__sigsetjmp", (uptr*)&REAL(__sigsetjmp), 0, 0); in InitializeInterceptors()
|