Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/
Dinterception_win.cc824 static bool GetFunctionAddressInDLLs(const char *func_name, uptr *func_addr) { in GetFunctionAddressInDLLs() function
834 if (!GetFunctionAddressInDLLs(name, &orig_func)) in OverrideFunction()