Searched defs:VG_UCONTEXT_INSTR_PTR (Results 1 – 1 of 1) sorted by relevance
271 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.eip) macro283 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.rip) macro339 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_regs->mc_gregs[VKI_PT_NIP]) macro354 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.gp_regs[VKI_PT_NIP]) macro377 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.arm_pc) macro393 static inline Addr VG_UCONTEXT_INSTR_PTR( void* ucV ) { in VG_UCONTEXT_INSTR_PTR() function451 static inline Addr VG_UCONTEXT_INSTR_PTR( void* ucV ) { in VG_UCONTEXT_INSTR_PTR() function469 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.regs.psw.addr) macro