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

  /external/valgrind/main/coregrind/
pub_core_basics.h 87 ULong r_sp; /* x86:ESP, amd64:RSP, ppc:R1, arm:R13 */ member in struct:__anon15336
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; \
m_stacktrace.c 85 uregs.xsp = (Addr)startRegs->r_sp;
241 uregs.xsp = startRegs->r_sp;
420 Addr sp = (Addr)startRegs->r_sp;
603 uregs.r13 = startRegs->r_sp;
696 uregs.sp = startRegs->r_sp;
804 startRegs.r_pc = (ULong) *(Addr*)(UWord)startRegs.r_sp;
805 startRegs.r_sp += (ULong) sizeof(Addr);
810 VG_(stack_limits)( (Addr)startRegs.r_sp,
820 startRegs.r_pc, startRegs.r_sp);
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;
    [all...]
m_signals.c 278 (srP)->r_sp = (ULong)((uc)->uc_mcontext.esp); \
290 (srP)->r_sp = (uc)->uc_mcontext.rsp; \
349 (srP)->r_sp = (ULong)((uc)->uc_regs->mc_gregs[VKI_PT_R1]); \
372 (srP)->r_sp = (uc)->uc_mcontext.gp_regs[VKI_PT_R1]; \
384 (srP)->r_sp = (uc)->uc_mcontext.arm_sp; \
445 srP->r_sp = (ULong)(ss->__esp);
478 (srP)->r_sp = (ULong)((uc)->uc_mcontext.regs.gprs[15]); \
    [all...]

Completed in 254 milliseconds