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

  /external/valgrind/main/coregrind/
m_libcassert.c 62 (srP)->r_sp = (ULong)esp; \
77 (srP)->r_sp = rsp; \
96 (srP)->r_sp = (ULong)r1; \
115 (srP)->r_sp = r1; \
133 (srP)->r_sp = block[1]; \
151 (srP)->r_sp = sp; \
175 (srP)->r_sp = (ULong)sp; \
pub_core_basics.h 89 ULong r_sp; /* x86:ESP, amd64:RSP, ppc:R1, arm:R13, mips:sp */ member in struct:__anon29782
m_stacktrace.c 85 uregs.xsp = (Addr)startRegs->r_sp;
241 uregs.xsp = startRegs->r_sp;
412 Addr sp = (Addr)startRegs->r_sp;
676 uregs.r13 = startRegs->r_sp;
811 uregs.sp = startRegs->r_sp;
893 uregs.sp = startRegs->r_sp;
    [all...]
m_signals.c 276 (srP)->r_sp = (ULong)((uc)->uc_mcontext.esp); \
288 (srP)->r_sp = (uc)->uc_mcontext.rsp; \
347 (srP)->r_sp = (ULong)((uc)->uc_regs->mc_gregs[VKI_PT_R1]); \
370 (srP)->r_sp = (uc)->uc_mcontext.gp_regs[VKI_PT_R1]; \
382 (srP)->r_sp = (uc)->uc_mcontext.arm_sp; \
443 srP->r_sp = (ULong)(ss->__esp);
499 srP->r_sp = (ULong)(ss->__rsp);
514 (srP)->r_sp = (ULong)((uc)->uc_mcontext.regs.gprs[15]); \
532 (srP)->r_sp = (uc)->uc_mcontext.sc_regs[29]; \
    [all...]
m_machine.c 70 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_ESP;
75 regs->r_sp = VG_(threads)[tid].arch.vex.guest_RSP;
80 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_GPR1;
85 regs->r_sp = VG_(threads)[tid].arch.vex.guest_GPR1;
90 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_R13;
101 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_SP;
108 regs->r_sp = VG_(threads)[tid].arch.vex.guest_r29;
    [all...]

Completed in 76 milliseconds