Searched refs:InterceptFunction (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/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, 35 ::__interception::InterceptFunction( \ 43 ::__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
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 612 using __interception::InterceptFunction; in DEFINE_REAL() 613 InterceptFunction(SANITIZER_STRINGIFY(setjmp_symname), (uptr*)&REAL(setjmp_symname), 0, 0); in DEFINE_REAL() 614 InterceptFunction("_setjmp", (uptr*)&REAL(_setjmp), 0, 0); in DEFINE_REAL() 615 InterceptFunction(SANITIZER_STRINGIFY(sigsetjmp_symname), (uptr*)&REAL(sigsetjmp_symname), 0, in DEFINE_REAL() 618 InterceptFunction("__sigsetjmp", (uptr*)&REAL(__sigsetjmp), 0, 0); in DEFINE_REAL()
|