Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
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 ) { in VG_UCONTEXT_INSTR_PTR() function
451 static inline Addr VG_UCONTEXT_INSTR_PTR( void* ucV ) { in VG_UCONTEXT_INSTR_PTR() function
469 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.regs.psw.addr) macro
2006 VG_UCONTEXT_INSTR_PTR(uc), in async_signalhandler()
2353 VG_UCONTEXT_INSTR_PTR(uc), in sync_signalhandler()
/external/valgrind/main/docs/internals/
Dporting-to-ARM.txt152 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.arm_pc)