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

  /external/google-breakpad/src/processor/
stackwalker_x86.cc 537 uint32_t last_ebp = last_frame->context.ebp; local
564 if (memory_->GetMemoryAtAddress(last_ebp + 4, &caller_eip) &&
565 memory_->GetMemoryAtAddress(last_ebp, &caller_ebp)) {
566 caller_esp = last_ebp + 8;
596 caller_ebp = last_ebp;
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 105 uintptr_t last_ebp = (*gregs)[R_FP]; local
107 uintptr_t last_ebp = (*gregs)[EBP]; local
109 uintptr_t stack_bottom = lwp_lister->GetLwpStackBottom(last_ebp);
110 if (stack_bottom > last_ebp &&

Completed in 310 milliseconds