Searched refs:local_thunk (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dservice_resolver.h68 // by local_thunk (should be directly accessible from the parent).
69 virtual bool IsFunctionAService(void* local_thunk) const;
72 // local_thunk must be already fully initialized, and the first part must
77 virtual NTSTATUS PerformPatch(void* local_thunk, void* remote_thunk);
82 bool SaveOriginalFunction(void* local_thunk, void* remote_thunk);
101 virtual bool IsFunctionAService(void* local_thunk) const;
116 virtual bool IsFunctionAService(void* local_thunk) const;
131 virtual bool IsFunctionAService(void* local_thunk) const;
H A Dservice_resolver_32.cc208 bool ServiceResolverThunk::IsFunctionAService(void* local_thunk) const {
260 memcpy(local_thunk, &function_code, sizeof(function_code));
265 NTSTATUS ServiceResolverThunk::PerformPatch(void* local_thunk, argument
270 local_thunk);
298 if (!::WriteProcessMemory(process_, remote_thunk, local_thunk,
320 bool ServiceResolverThunk::SaveOriginalFunction(void* local_thunk, argument
351 memcpy(local_thunk, &function_code, sizeof(function_code));
356 bool Wow64ResolverThunk::IsFunctionAService(void* local_thunk) const {
375 memcpy(local_thunk, &function_code, sizeof(function_code));
382 bool Wow64W8ResolverThunk::IsFunctionAService(void* local_thunk) cons
[all...]
H A Dservice_resolver_64.cc143 bool ServiceResolverThunk::IsFunctionAService(void* local_thunk) const {
164 memcpy(local_thunk, &function_code, sizeof(function_code));
169 NTSTATUS ServiceResolverThunk::PerformPatch(void* local_thunk, argument
172 reinterpret_cast<ServiceFullThunk*>(local_thunk);
185 if (!::WriteProcessMemory(process_, remote_thunk, local_thunk,
207 bool Wow64ResolverThunk::IsFunctionAService(void* local_thunk) const {
/external/chromium_org/sandbox/win/wow_helper/
H A Dservice64_resolver.h55 // by local_thunk (should be directly accessible from the parent).
56 virtual bool IsFunctionAService(void* local_thunk) const;
59 // local_thunk must be already fully initialized, and the first part must
64 virtual NTSTATUS PerformPatch(void* local_thunk, void* remote_thunk);
H A Dservice64_resolver.cc258 bool Service64ResolverThunk::IsFunctionAService(void* local_thunk) const {
273 memcpy(local_thunk, &function_code, sizeof(function_code));
278 NTSTATUS Service64ResolverThunk::PerformPatch(void* local_thunk, argument
281 local_thunk);
302 if (!::ReadProcessMemory(process_, remote_thunk, local_thunk,
327 if (!::WriteProcessMemory(process_, remote_thunk, local_thunk,

Completed in 89 milliseconds