HomeSort by relevance Sort by last modified time
    Searched refs:VKI_PT_LNK (Results 1 - 6 of 6) sorted by null

  /external/valgrind/coregrind/m_sigframe/
sigframe-ppc64-linux.c 218 frame->uc.uc_mcontext.gp_regs[VKI_PT_LNK] = tst->arch.vex.guest_LR;
335 tst->arch.vex.guest_LR = frame->uc.uc_mcontext.gp_regs[VKI_PT_LNK];
sigframe-ppc32-linux.c 156 mc->mc_gregs[VKI_PT_LNK] = tst->arch.vex.guest_LR;
892 tst->arch.vex.guest_LR = mc->mc_gregs[VKI_PT_LNK];
  /external/valgrind/include/vki/
vki-ppc32-linux.h 267 #define VKI_PT_LNK 36
    [all...]
vki-ppc64-linux.h 262 #define VKI_PT_LNK 36
  /external/valgrind/coregrind/
m_debugger.c 148 rc |= VG_(ptrace)(VKI_PTRACE_POKEUSR, pid, (void*)(VKI_PT_LNK * 4), (void*)vex->guest_LR);
203 rc |= VG_(ptrace)(VKI_PTRACE_POKEUSR, pid, (void*)(VKI_PT_LNK * 8), (void*)vex->guest_LR);
m_signals.c 348 (srP)->misc.PPC32.r_lr = (uc)->uc_regs->mc_gregs[VKI_PT_LNK]; \
371 (srP)->misc.PPC64.r_lr = (uc)->uc_mcontext.gp_regs[VKI_PT_LNK]; \
    [all...]

Completed in 167 milliseconds