Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/interception/
H A Dinterception_win.h40 bool OverrideImportedFunction(const char *module_to_patch,
H A Dinterception_win.cc950 bool OverrideImportedFunction(const char *module_to_patch, in OverrideImportedFunction() argument
954 HMODULE module = GetModuleHandleA(module_to_patch); in OverrideImportedFunction()