Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_linux.h25 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 Dinterception_aix.h25 bool InterceptFunction(const char *name, uptr *ptr_to_real, uptr func,
30 ::__interception::InterceptFunction( \
H A Dinterception_linux.cpp59 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
H A Dinterception_aix.cpp37 bool InterceptFunction(const char *name, uptr *ptr_to_real, uptr func, in InterceptFunction() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp626 using __interception::InterceptFunction; in DEFINE_REAL()
627 InterceptFunction(SANITIZER_STRINGIFY(setjmp_symname), (uptr*)&REAL(setjmp_symname), 0, 0); in DEFINE_REAL()
628 InterceptFunction("_setjmp", (uptr*)&REAL(_setjmp), 0, 0); in DEFINE_REAL()
629 InterceptFunction(SANITIZER_STRINGIFY(sigsetjmp_symname), (uptr*)&REAL(sigsetjmp_symname), 0, in DEFINE_REAL()
632 InterceptFunction("__sigsetjmp", (uptr*)&REAL(__sigsetjmp), 0, 0); in DEFINE_REAL()