Searched defs:VG_UCONTEXT_STACK_PTR (Results 1 – 1 of 1) sorted by relevance
269 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_mcontext.esp) macro281 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_mcontext.rsp) macro337 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_regs->mc_gregs[VKI_PT_R1]) macro352 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_mcontext.gp_regs[VKI_PT_R1]) macro375 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_mcontext.arm_sp) macro390 # define VG_UCONTEXT_STACK_PTR(uc) ((UWord)((uc)->uc_mcontext.sp)) macro409 static inline Addr VG_UCONTEXT_STACK_PTR( void* ucV ) { in VG_UCONTEXT_STACK_PTR() function467 static inline Addr VG_UCONTEXT_STACK_PTR( void* ucV ) { in VG_UCONTEXT_STACK_PTR() function518 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_mcontext.regs.gprs[15]) macro533 # define VG_UCONTEXT_STACK_PTR(uc) ((UWord)((uc)->uc_mcontext.sc_regs[29])) macro[all …]