Searched refs:REG_PC (Results 1 – 7 of 7) sorted by relevance
87 ucp->uc_mcontext.gregs[REG_PC] = (unsigned long int) func; in __makecontext()88 ucp->uc_mcontext.gregs[REG_nPC] = ucp->uc_mcontext.gregs[REG_PC] + 4; in __makecontext()
20 GREG_PC (REG_PC * sizeof(greg_t))
27 return ctx->uc_mcontext.__gregs[REG_PC]; in sigcontext_get_pc()
47 ucp->uc_mcontext.__gregs[REG_PC] = (long int) &__start_context; in __makecontext()
34 # define REG_PC 0 macro
111 # define REG_PC (1) macro
1067 (REG_PC): Likewise.