Searched defs:VG_UCONTEXT_STACK_PTR (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_signals.c265 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_mcontext.esp) macro
277 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_mcontext.rsp) macro
333 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_regs->mc_gregs[VKI_PT_R1]) macro
348 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_mcontext.gp_regs[VKI_PT_R1]) macro
371 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_mcontext.arm_sp) macro
395 static inline Addr VG_UCONTEXT_STACK_PTR( void* ucV ) { function
414 return VG_UCONTEXT_STACK_PTR(ucV);
428 static inline Addr VG_UCONTEXT_STACK_PTR( void* ucV ) { function
447 return VG_UCONTEXT_STACK_PTR(ucV);
458 static inline Addr VG_UCONTEXT_STACK_PTR( voi function
513 static inline Addr VG_UCONTEXT_STACK_PTR( void* ucV ) { function
[all...]

Completed in 80 milliseconds