Searched refs:stack_ptr (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/processor/
H A Dexploitability_win.cc106 uint64_t stack_ptr = 0; local
111 stack_ptr = context->GetContextX86()->esp;
115 stack_ptr = context->GetContextAMD64()->rsp;
124 if (instruction_ptr <= (stack_ptr + kProbableStackOffset) &&
125 instruction_ptr >= (stack_ptr - kProbableStackOffset))
/external/google-breakpad/src/client/linux/microdump_writer/
H A Dmicrodump_writer.cc252 const uintptr_t stack_ptr = UContextReader::GetStackPointer(ucontext_); local
253 if (!DumpThreadStack(thread.thread_id, stack_ptr, -1, &stack_copy))
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer.cc330 const uintptr_t stack_ptr = UContextReader::GetStackPointer(ucontext_); local
331 if (!FillThreadStack(&thread, stack_ptr, -1, &stack_copy))

Completed in 238 milliseconds