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 88 ULong r_sp; /* x86:ESP, amd64:RSP, ppc:R1, arm:R13 */ member in struct:__anon12371
m_libcassert.c 61 (srP)->r_sp = (ULong)esp; \
76 (srP)->r_sp = rsp; \
95 (srP)->r_sp = (ULong)r1; \
114 (srP)->r_sp = r1; \
132 (srP)->r_sp = block[1]; \
m_stacktrace.c 84 uregs.xsp = (Addr)startRegs->r_sp;
240 uregs.xsp = startRegs->r_sp;
420 Addr sp = (Addr)startRegs->r_sp;
606 uregs.r13 = startRegs->r_sp;
728 startRegs.r_pc = (ULong) *(Addr*)(UWord)startRegs.r_sp;
729 startRegs.r_sp += (ULong) sizeof(Addr);
734 VG_(stack_limits)( (Addr)startRegs.r_sp,
744 startRegs.r_pc, startRegs.r_sp);
m_machine.c 68 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_ESP;
73 regs->r_sp = VG_(threads)[tid].arch.vex.guest_RSP;
78 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_GPR1;
83 regs->r_sp = VG_(threads)[tid].arch.vex.guest_GPR1;
88 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_R13;
    [all...]
m_signals.c 271 (srP)->r_sp = (ULong)((uc)->uc_mcontext.esp); \
283 (srP)->r_sp = (uc)->uc_mcontext.rsp; \
342 (srP)->r_sp = (ULong)((uc)->uc_regs->mc_gregs[VKI_PT_R1]); \
365 (srP)->r_sp = (uc)->uc_mcontext.gp_regs[VKI_PT_R1]; \
377 (srP)->r_sp = (uc)->uc_mcontext.arm_sp; \
504 srP->r_sp = (ULong)(ss->__esp);
    [all...]

Completed in 924 milliseconds