Home
last modified time | relevance | path

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

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