reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
36 static void *GetFuncAddr(const char *name, uptr wrapper_addr) { 59 bool InterceptFunction(const char *name, uptr *ptr_to_real, uptr func, 59 bool InterceptFunction(const char *name, uptr *ptr_to_real, uptr func, 60 uptr wrapper) { 72 bool InterceptFunction(const char *name, const char *ver, uptr *ptr_to_real, 73 uptr func, uptr wrapper) { 73 uptr func, uptr wrapper) {projects/compiler-rt/lib/interception/interception_linux.h
25 bool InterceptFunction(const char *name, uptr *ptr_to_real, uptr func, 25 bool InterceptFunction(const char *name, uptr *ptr_to_real, uptr func, 26 uptr wrapper); 27 bool InterceptFunction(const char *name, const char *ver, uptr *ptr_to_real, 28 uptr func, uptr wrapper); 28 uptr func, uptr wrapper);