Home | History | Annotate | Download | only in ia64

Lines Matching refs:ucp

416   ucontext_t *ucp;
423 ucp = (ucontext_t *) uc_addr;
429 ucp = alloca (sizeof (ucontext_t));
430 if (!ucp)
441 dst = (unw_word_t *) ucp;
450 ucp);
457 ret = __uc_set_rsebs (ucp, (uint64_t *) addr, 1, valp);
459 ret = __uc_get_rsebs (ucp, (uint64_t *) addr, 1, valp);
469 unw_word_t dst, *src = (unw_word_t *) ucp;
487 ucontext_t *ucp;
491 ucp = (ucontext_t *) uc_addr;
497 ucp = alloca (sizeof (ucontext_t));
498 if (!ucp)
509 dst = (unw_word_t *) ucp;
517 write, ucp)) < 0)
523 unw_word_t dst, *src = (unw_word_t *) ucp;