Searched refs:start_of_memory_range (Results 1 – 10 of 10) sorted by relevance
44 uint64_t top = thread.stack.start_of_memory_range; in PopSeccompStackFrame()47 bp > thread.stack.start_of_memory_range + in PopSeccompStackFrame()54 uint8_t* bp_addr = stack_copy + bp - thread.stack.start_of_memory_range; in PopSeccompStackFrame()80 thread.stack.start_of_memory_range+thread.stack.memory.data_size) { in PopSeccompStackFrame()107 uint32_t top = thread.stack.start_of_memory_range; in PopSeccompStackFrame()110 bp > thread.stack.start_of_memory_range + in PopSeccompStackFrame()117 uint8_t* bp_addr = stack_copy + bp - thread.stack.start_of_memory_range; in PopSeccompStackFrame()134 thread.stack.start_of_memory_range+thread.stack.memory.data_size) { in PopSeccompStackFrame()
277 thread->stack.start_of_memory_range = in FillThreadStack()282 thread->stack.start_of_memory_range = stack_pointer; in FillThreadStack()349 ip_memory_d.start_of_memory_range = in WriteThreadListStream()356 end_of_range - ip_memory_d.start_of_memory_range; in WriteThreadListStream()370 reinterpret_cast<void*>(ip_memory_d.start_of_memory_range), in WriteThreadListStream()444 desc.start_of_memory_range = reinterpret_cast<uintptr_t>(iter->ptr); in WriteAppMemory()
84 stack.start_of_memory_range = 0x12f31c135 stack.start_of_memory_range = 0x97f6e8603 start_of_memory_range = 0x7c90eb14611 start_of_memory_range = 0x12f31c619 start_of_memory_range = 0x97f6e8
188 Swap(&memory_descriptor->start_of_memory_range); in Swap()1208 descriptor_->start_of_memory_range; in SetDescriptor()1257 return descriptor_->start_of_memory_range; in GetBase()1292 if (address < descriptor_->start_of_memory_range || in GetMemoryAtAddressInternal()1294 address + sizeof(T) > descriptor_->start_of_memory_range + in GetMemoryAtAddressInternal()1298 HexString(descriptor_->start_of_memory_range) << "+" << in GetMemoryAtAddressInternal()1312 &memory[address - descriptor_->start_of_memory_range]); in GetMemoryAtAddressInternal()1413 thread_.stack.start_of_memory_range) { in Read()1416 HexString(thread_.stack.start_of_memory_range) << "+" << in Read()1434 return thread_.stack.start_of_memory_range; in GetStartOfStackMemoryRange()[all …]
359 stack_location->start_of_memory_range = start_addr; in WriteStackFromStartAddress()1046 ip_memory_d.start_of_memory_range = in WriteMemoryListStream()1053 static_cast<uintptr_t>(ip_memory_d.start_of_memory_range); in WriteMemoryListStream()1092 ip_memory_d.start_of_memory_range, in WriteMemoryListStream()1102 reinterpret_cast<const void *>(ip_memory_d.start_of_memory_range), in WriteMemoryListStream()
214 output->start_of_memory_range = reinterpret_cast<uint64_t>(src); in WriteMemory()
246 uint64_t start_of_memory_range; member
196 thread->stack.start_of_memory_range = sp;
145 loc->start_of_memory_range = last_esp; in WriteLwpStack()
412 thread.stack_addr = rawthread->stack.start_of_memory_range; in ParseThreadList()