Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/interception/
Dinterception_linux.cpp36 static void *GetFuncAddr(const char *name, uptr wrapper_addr) { in GetFuncAddr() argument
53 if ((uptr)addr == wrapper_addr) in GetFuncAddr()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerInterceptors.cpp31 static void *getFuncAddr(const char *name, uintptr_t wrapper_addr) { in getFuncAddr() argument
43 if (reinterpret_cast<uintptr_t>(addr) == wrapper_addr) in getFuncAddr()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerInterceptors.cpp31 static void *getFuncAddr(const char *name, uintptr_t wrapper_addr) { in getFuncAddr() argument
43 if (reinterpret_cast<uintptr_t>(addr) == wrapper_addr) in getFuncAddr()