Home
last modified time | relevance | path

Searched refs:ptr_to_real (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_linux.cpp59 bool InterceptFunction(const char *name, uptr *ptr_to_real, uptr func, in InterceptFunction() argument
62 *ptr_to_real = (uptr)addr; in InterceptFunction()
72 bool InterceptFunction(const char *name, const char *ver, uptr *ptr_to_real, in InterceptFunction() argument
75 *ptr_to_real = (uptr)addr; in InterceptFunction()
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,