Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/
Dinterception_win.h40 bool OverrideImportedFunction(const char *module_to_patch,
Dinterception_win.cc839 bool OverrideImportedFunction(const char *module_to_patch, in OverrideImportedFunction() argument
843 HMODULE module = GetModuleHandleA(module_to_patch); in OverrideImportedFunction()