Searched defs:uc_ptr (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler.cc427 struct ucontext *uc_ptr = (struct ucontext*)uc; local
429 (struct fpsimd_context*)&uc_ptr->uc_mcontext.__reserved;
437 struct ucontext *uc_ptr = (struct ucontext*)uc; local
438 if (uc_ptr->uc_mcontext.fpregs) {
440 uc_ptr->uc_mcontext.fpregs,

Completed in 49 milliseconds