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

/external/valgrind/main/coregrind/
H A Dm_signals.c271 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.eip) macro
283 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.rip) macro
339 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_regs->mc_gregs[VKI_PT_NIP]) macro
354 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.gp_regs[VKI_PT_NIP]) macro
377 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.arm_pc) macro
393 static inline Addr VG_UCONTEXT_INSTR_PTR( void* ucV ) { function
451 static inline Addr VG_UCONTEXT_INSTR_PTR( void* ucV ) { function
469 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.regs.psw.addr) macro
2006 VG_UCONTEXT_INSTR_PTR(uc),
2353 VG_UCONTEXT_INSTR_PTR(u
[all...]

Completed in 90 milliseconds