Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/interception/
H A Dinterception_win.cc923 void* redirected_module = GetModuleHandleA(function_name); in InternalGetProcAddress() local
924 if (!redirected_module) in InternalGetProcAddress()
926 return InternalGetProcAddress(redirected_module, separator + 1); in InternalGetProcAddress()