Lines Matching refs:buffer
54 char buffer[kServiceEntry64Size];
57 &buffer, kServiceEntry64Size, &actual))
62 if (!::WriteProcessMemory(child, local_patch_info.patch_location, &buffer,
88 // first event on the buffer. We'll be waiting on that event and after the 32
111 void* buffer = ::VirtualAllocEx(child_->Process(), NULL, page_size,
113 DCHECK(buffer);
114 if (!buffer)
117 PatchInfo32* patch_info = reinterpret_cast<PatchInfo32*>(buffer);
128 if (!RunWowHelper(buffer))
139 bool Wow64::RunWowHelper(void* buffer) {
140 COMPILE_ASSERT(sizeof(buffer) <= sizeof(DWORD), unsupported_64_bits);
154 bit_cast<ULONG>(buffer);
209 char buffer[kBufferSize];
211 if (!::ReadProcessMemory(child_->Process(), ntdll_, &buffer, kBufferSize,