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

  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 135 uintptr_t last_esp,
138 uintptr_t stack_bottom = lwp_lister->GetLwpStackBottom(last_esp);
139 if (stack_bottom >= last_esp) {
140 int size = stack_bottom - last_esp;
144 memory->Copy(reinterpret_cast<void *>(last_esp), size);
145 loc->start_of_memory_range = last_esp;
  /external/google-breakpad/src/processor/
stackwalker_x86.cc 536 uint32_t last_esp = last_frame->context.esp; local
575 || !ScanForReturnAddress(last_esp, &caller_esp, &caller_eip,

Completed in 232 milliseconds