Searched refs:UCONTEXT_NIA (Results 1 – 4 of 4) sorted by relevance
14 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.gp_regs[PT_NIP] macro16 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP] macro18 #error implement UCONTEXT_NIA25 unsigned long *ip = &UCONTEXT_NIA(uc); in segv_handler()
105 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.gp_regs[PT_NIP] macro108 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP] macro111 #error implement UCONTEXT_NIA
73 unsigned long *ip = &UCONTEXT_NIA(uc); in segv_handler()
267 unsigned long *pc = &UCONTEXT_NIA(ctx); in sigill_handler()