Home
last modified time | relevance | path

Searched refs:r_sp (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/
Dm_libcassert.c62 (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; \
Dm_stacktrace.c85 uregs.xsp = (Addr)startRegs->r_sp; in VG_()
241 uregs.xsp = startRegs->r_sp; in VG_()
412 Addr sp = (Addr)startRegs->r_sp; in VG_()
676 uregs.r13 = startRegs->r_sp; in VG_()
811 uregs.sp = startRegs->r_sp; in VG_()
893 uregs.sp = startRegs->r_sp; in VG_()
1068 startRegs.r_pc = (ULong) *(Addr*)(UWord)startRegs.r_sp; in VG_()
1069 startRegs.r_sp += (ULong) sizeof(Addr); in VG_()
1074 VG_(stack_limits)( (Addr)startRegs.r_sp, in VG_()
1084 startRegs.r_pc, startRegs.r_sp); in VG_()
Dpub_core_basics.h89 ULong r_sp; /* x86:ESP, amd64:RSP, ppc:R1, arm:R13, mips:sp */ member
Dm_signals.c276 (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); in VG_UCONTEXT_TO_UnwindStartRegs()
499 srP->r_sp = (ULong)(ss->__rsp); in VG_UCONTEXT_TO_UnwindStartRegs()
514 (srP)->r_sp = (ULong)((uc)->uc_mcontext.regs.gprs[15]); \
532 (srP)->r_sp = (uc)->uc_mcontext.sc_regs[29]; \
Dm_machine.c70 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_ESP; in VG_()
75 regs->r_sp = VG_(threads)[tid].arch.vex.guest_RSP; in VG_()
80 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_GPR1; in VG_()
85 regs->r_sp = VG_(threads)[tid].arch.vex.guest_GPR1; in VG_()
90 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_R13; in VG_()
101 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_SP; in VG_()
108 regs->r_sp = VG_(threads)[tid].arch.vex.guest_r29; in VG_()