Searched refs:ptr_to_real (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
| H A D | interception_linux.cpp | 59 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 D | interception_aix.cpp | 37 bool InterceptFunction(const char *name, uptr *ptr_to_real, uptr func, in InterceptFunction() argument 40 *ptr_to_real = (uptr)addr; in InterceptFunction()
|
| 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,
|
| H A D | interception_aix.h | 25 bool InterceptFunction(const char *name, uptr *ptr_to_real, uptr func,
|