Home
last modified time | relevance | path

Searched refs:InterceptFunction (Results 1 – 3 of 3) 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_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
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp612 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()