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

/external/valgrind/main/coregrind/
H A Dm_signals.c269 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.eip) macro
281 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.rip) macro
337 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_regs->mc_gregs[VKI_PT_NIP]) macro
352 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.gp_regs[VKI_PT_NIP]) macro
375 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.arm_pc) macro
390 # define VG_UCONTEXT_INSTR_PTR(uc) ((UWord)((uc)->uc_mcontext.pc)) macro
404 static inline Addr VG_UCONTEXT_INSTR_PTR( void* ucV ) { function
462 static inline Addr VG_UCONTEXT_INSTR_PTR( void* ucV ) { function
518 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.regs.psw.addr) macro
533 # define VG_UCONTEXT_INSTR_PTR(u macro
552 # define VG_UCONTEXT_INSTR_PTR macro
[all...]

Completed in 478 milliseconds