HomeSort by relevance Sort by last modified time
    Searched full:uc_ptr (Results 1 - 1 of 1) sorted by null

  /external/google-breakpad/src/client/linux/handler/
exception_handler.cc 427 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 294 milliseconds