Searched refs:REG_PC (Results 1 – 6 of 6) sorted by relevance
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()
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))
34 # define REG_PC 0 macro
111 # define REG_PC (1) macro
Completed in 5 milliseconds