Searched refs:UCONTEXT_NIA (Results 1 – 2 of 2) sorted by relevance
69 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.gp_regs[PT_NIP] macro71 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP] macro73 #error implement UCONTEXT_NIA85 unsigned long *ip = &UCONTEXT_NIA(uc); in segv_handler()
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()