Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/linux/dump_writer_common/
Dseccomp_unwinder.cc44 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()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc277 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()
/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out84 stack.start_of_memory_range = 0x12f31c
135 stack.start_of_memory_range = 0x97f6e8
603 start_of_memory_range = 0x7c90eb14
611 start_of_memory_range = 0x12f31c
619 start_of_memory_range = 0x97f6e8
/external/google-breakpad/src/processor/
Dminidump.cc188 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 …]
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc359 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()
/external/google-breakpad/src/client/
Dminidump_file_writer.cc214 output->start_of_memory_range = reinterpret_cast<uint64_t>(src); in WriteMemory()
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h246 uint64_t start_of_memory_range; member
/external/google-breakpad/src/client/ios/handler/
Dios_exception_minidump_generator.mm196 thread->stack.start_of_memory_range = sp;
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc145 loc->start_of_memory_range = last_esp; in WriteLwpStack()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc412 thread.stack_addr = rawthread->stack.start_of_memory_range; in ParseThreadList()