Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_linux.cpp36 static void *GetFuncAddr(const char *name, uptr trampoline) { in GetFuncAddr() function
61 void *addr = GetFuncAddr(name, trampoline); in InterceptFunction()
68 static void *GetFuncAddr(const char *name, const char *ver) { in GetFuncAddr() function
74 void *addr = GetFuncAddr(name, ver); in InterceptFunction()