HomeSort by relevance Sort by last modified time
    Searched refs:start_of_memory_range (Results 1 - 8 of 8) sorted by null

  /external/google-breakpad/src/client/linux/dump_writer_common/
seccomp_unwinder.cc 44 uint64_t top = thread.stack.start_of_memory_range;
47 bp > thread.stack.start_of_memory_range +
54 uint8_t* bp_addr = stack_copy + bp - thread.stack.start_of_memory_range;
80 thread.stack.start_of_memory_range+thread.stack.memory.data_size) {
107 uint32_t top = thread.stack.start_of_memory_range;
110 bp > thread.stack.start_of_memory_range +
117 uint8_t* bp_addr = stack_copy + bp - thread.stack.start_of_memory_range;
134 thread.stack.start_of_memory_range+thread.stack.memory.data_size) {
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 277 thread->stack.start_of_memory_range =
282 thread->stack.start_of_memory_range = stack_pointer;
349 ip_memory_d.start_of_memory_range =
356 end_of_range - ip_memory_d.start_of_memory_range;
370 reinterpret_cast<void*>(ip_memory_d.start_of_memory_range),
444 desc.start_of_memory_range = reinterpret_cast<uintptr_t>(iter->ptr);
    [all...]
  /external/google-breakpad/src/client/
minidump_file_writer.cc 214 output->start_of_memory_range = reinterpret_cast<uint64_t>(src);
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 359 stack_location->start_of_memory_range = start_addr;
1046 ip_memory_d.start_of_memory_range =
1053 static_cast<uintptr_t>(ip_memory_d.start_of_memory_range);
    [all...]
  /external/google-breakpad/src/processor/
minidump.cc 188 Swap(&memory_descriptor->start_of_memory_range);
    [all...]
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 246 uint64_t start_of_memory_range; member in struct:__anon19626
    [all...]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 145 loc->start_of_memory_range = last_esp;
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 412 thread.stack_addr = rawthread->stack.start_of_memory_range;
    [all...]

Completed in 77 milliseconds