Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception_win.h39 bool OverrideImportedFunction(const char *module_to_patch,
H A Dinterception_win.cpp1004 bool OverrideImportedFunction(const char *module_to_patch, in OverrideImportedFunction() argument
1008 HMODULE module = GetModuleHandleA(module_to_patch); in OverrideImportedFunction()