Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception_win.cc921 void* redirected_module = GetModuleHandleA(function_name); in InternalGetProcAddress() local
922 if (!redirected_module) in InternalGetProcAddress()
924 return InternalGetProcAddress(redirected_module, separator + 1); in InternalGetProcAddress()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_win.cpp974 void* redirected_module = GetModuleHandleA(function_name); in InternalGetProcAddress() local
975 if (!redirected_module) in InternalGetProcAddress()
977 return InternalGetProcAddress(redirected_module, separator + 1); in InternalGetProcAddress()
/netbsd-src/sys/external/bsd/compiler_rt/dist/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()