Lines Matching refs:buffer
179 // Basically, walk the list of interceptions moving them to the config buffer,
181 // The config buffer is a local buffer, not the one allocated on the child.
182 bool InterceptionManager::SetupConfigBuffer(void* buffer, size_t buffer_bytes) {
188 SharedMemory* shared_memory = reinterpret_cast<SharedMemory*>(buffer);
195 buffer = dll_info;
206 if (!SetupDllInfo(*it, &buffer, &buffer_bytes))
215 if (!SetupInterceptionInfo(*rest, &buffer, &buffer_bytes, dll_info))
224 dll_info = reinterpret_cast<DllPatchInfo*>(buffer);
235 void** buffer,
238 DCHECK(buffer);
239 DCHECK(*buffer);
241 DllPatchInfo* dll_info = reinterpret_cast<DllPatchInfo*>(*buffer);
251 *buffer = reinterpret_cast<char*>(*buffer) + required;
265 void** buffer,
269 DCHECK(buffer);
270 DCHECK(*buffer);
278 FunctionInfo* function = reinterpret_cast<FunctionInfo*>(*buffer);
292 *buffer = reinterpret_cast<char*>(*buffer) + required;