Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/interception/
H A Dinterception_linux.cpp36 static void *GetFuncAddr(const char *name, uptr wrapper_addr) { in GetFuncAddr() argument
53 if ((uptr)addr == wrapper_addr) in GetFuncAddr()
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp32 static void *getFuncAddr(const char *name, uintptr_t wrapper_addr) { in getFuncAddr() argument
44 if (reinterpret_cast<uintptr_t>(addr) == wrapper_addr) in getFuncAddr()