Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()