Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception_win.h38 bool OverrideImportedFunction(const char *module_to_patch,
H A Dinterception_win.cc948 bool OverrideImportedFunction(const char *module_to_patch, in OverrideImportedFunction() argument
952 HMODULE module = GetModuleHandleA(module_to_patch); in OverrideImportedFunction()
/netbsd-src/sys/external/bsd/compiler_rt/dist/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()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_win.h39 bool OverrideImportedFunction(const char *module_to_patch,
H A Dinterception_win.cpp1001 bool OverrideImportedFunction(const char *module_to_patch, in OverrideImportedFunction() argument
1005 HMODULE module = GetModuleHandleA(module_to_patch); in OverrideImportedFunction()