Home
last modified time | relevance | path

Searched refs:stack_ptr (Results 1 – 6 of 6) 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/compiler-rt/lib/safestack/
Dsafestack.cc105 void *stack_ptr = (char *)start + size; in unsafe_stack_setup() local
106 CHECK_EQ((((size_t)stack_ptr) & (kStackAlign - 1)), 0); in unsafe_stack_setup()
108 __safestack_unsafe_stack_ptr = stack_ptr; in unsafe_stack_setup()
/external/linux-kselftest/tools/testing/selftests/nsfs/
Dpidns.c30 char stack_ptr[0]; member
50 pid = clone(child, ca.stack_ptr, CLONE_NEWUSER | CLONE_NEWPID | SIGCHLD, NULL); in main()
/external/u-boot/board/synopsys/hsdk/
Dhsdk.c92 u32 stack_ptr; member
307 : "r" (&cross_cpu_data.stack_ptr)); in hsdk_core_init_f()
349 arc_write_uncached_32(&cross_cpu_data.stack_ptr, 0); in clear_cross_cpu_data()
359 u32 stack_ptr = (u32)(slave_stack + (64 * cpu_id)); in do_init_slave_cpu() local
367 arc_write_uncached_32(&cross_cpu_data.stack_ptr, stack_ptr); in do_init_slave_cpu()
370 debug("CPU %u: current slave stack base: %x\n", cpu_id, stack_ptr); in do_init_slave_cpu()
/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()