Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_aix.cpp23 static void *GetFuncAddr(const char *name, uptr wrapper_addr) { in GetFuncAddr()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp32 static void *getFuncAddr(const char *name, uintptr_t wrapper_addr) { in getFuncAddr()