Home
last modified time | relevance | path

Searched refs:uc_regs (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/m_sigframe/
Dsigframe-ppc32-linux.c730 (Addr)&ucp->uc_regs, in VG_()
731 sizeof(ucp->uc_regs) + sizeof(ucp->uc_sigmask) ); in VG_()
732 ucp->uc_regs = &ucp->uc_mcontext; in VG_()
735 (Addr)&ucp->uc_regs, in VG_()
736 sizeof(ucp->uc_regs) + sizeof(ucp->uc_sigmask) ); in VG_()
/external/valgrind/main/coregrind/
Dm_signals.c337 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_regs->mc_gregs[VKI_PT_NIP])
338 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_regs->mc_gregs[VKI_PT_R1])
342 (uc)->uc_regs->mc_gregs[VKI_PT_R3], \
343 (((uc)->uc_regs->mc_gregs[VKI_PT_CCR] >> 28) & 1) \
346 { (srP)->r_pc = (ULong)((uc)->uc_regs->mc_gregs[VKI_PT_NIP]); \
347 (srP)->r_sp = (ULong)((uc)->uc_regs->mc_gregs[VKI_PT_R1]); \
348 (srP)->misc.PPC32.r_lr = (uc)->uc_regs->mc_gregs[VKI_PT_LNK]; \
/external/chromium_org/third_party/tcmalloc/vendor/m4/
Dpc_from_ucontext.m428 pc_fields="$pc_fields uc_mcontext.uc_regs->gregs[[PT_NIP]]" # Linux (ppc)
/external/valgrind/main/include/vki/
Dvki-ppc32-linux.h758 struct vki_mcontext __user *uc_regs; /* points to uc_mcontext field */ member