Home
last modified time | relevance | path

Searched refs:AddDetour (Results 1 – 10 of 10) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/misc/
H A DnsWindowsDllInterceptor.h186 return aInterceptor->AddDetour(aName, reinterpret_cast<intptr_t>(aHookDest),
238 if (!aInterceptor.AddDetour(aName, reinterpret_cast<intptr_t>(aHookDest),
399 return AddDetour(proc, aHookDest, aOrigFunc);
412 bool AddDetour(const char* aName, intptr_t aHookDest, void** aOrigFunc) {
424 return AddDetour(proc, aHookDest, aOrigFunc);
427 bool AddDetour(FARPROC aProc, intptr_t aHookDest, void** aOrigFunc) {
/dports/www/firefox-esr/firefox-91.8.0/mozglue/misc/
H A DnsWindowsDllInterceptor.h186 return aInterceptor->AddDetour(aName, reinterpret_cast<intptr_t>(aHookDest),
239 if (!aInterceptor.AddDetour(aName, reinterpret_cast<intptr_t>(aHookDest),
435 return AddDetour(proc, aHookDest, aOrigFunc);
448 bool AddDetour(const char* aName, intptr_t aHookDest, void** aOrigFunc) {
476 return AddDetour(proc, aHookDest, aOrigFunc);
479 bool AddDetour(FARPROC aProc, intptr_t aHookDest, void** aOrigFunc) {
/dports/www/firefox/firefox-99.0/toolkit/xre/dllservices/mozglue/
H A DnsWindowsDllInterceptor.h186 return aInterceptor->AddDetour(aName, reinterpret_cast<intptr_t>(aHookDest),
239 if (!aInterceptor.AddDetour(aName, reinterpret_cast<intptr_t>(aHookDest),
435 return AddDetour(proc, aHookDest, aOrigFunc);
448 bool AddDetour(const char* aName, intptr_t aHookDest, void** aOrigFunc) {
476 return AddDetour(proc, aHookDest, aOrigFunc);
479 bool AddDetour(FARPROC aProc, intptr_t aHookDest, void** aOrigFunc) {
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/misc/
H A DnsWindowsDllInterceptor.h186 return aInterceptor->AddDetour(aName, reinterpret_cast<intptr_t>(aHookDest),
239 if (!aInterceptor.AddDetour(aName, reinterpret_cast<intptr_t>(aHookDest),
435 return AddDetour(proc, aHookDest, aOrigFunc);
448 bool AddDetour(const char* aName, intptr_t aHookDest, void** aOrigFunc) {
476 return AddDetour(proc, aHookDest, aOrigFunc);
479 bool AddDetour(FARPROC aProc, intptr_t aHookDest, void** aOrigFunc) {
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/xre/test/win/
H A DTestDllInterceptor.cpp76 successful = TestIntercept.AddDetour(func, 0, &orig_func); in TestDetour()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/build/
H A DnsWindowsDllInterceptor.h1105 return AddDetour(aName, aHookDest, aOrigFunc); in AddHook()
1108 bool AddDetour(const char* aName, intptr_t aHookDest, void** aOrigFunc) in AddDetour() function
/dports/lang/spidermonkey60/firefox-60.9.0/mozglue/build/
H A DWindowsDllBlocklist.cpp848 bool ok = NtDllIntercept.AddDetour( in DllBlocklist_Initialize()
881 if (!Kernel32Intercept.AddDetour( in DllBlocklist_Initialize()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/build/
H A DnsWindowsDllInterceptor.h1428 return AddDetour(aName, aHookDest, aOrigFunc); in AddHook()
1441 bool AddDetour(const char* aName, intptr_t aHookDest, void** aOrigFunc) { in AddDetour() function
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/xre/test/win/
H A DTestDllInterceptor.cpp92 successful = TestIntercept.AddDetour(func, 0, &orig_func); in TestDetour()
/dports/www/firefox-legacy/firefox-52.8.0esr/mozglue/build/
H A DWindowsDllBlocklist.cpp784 …bool ok = NtDllIntercept.AddDetour("LdrLoadDll", reinterpret_cast<intptr_t>(patched_LdrLoadDll), (… in DllBlocklist_Initialize()