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

  /external/valgrind/main/coregrind/
pub_core_basics.h 93 ULong r_sp; /* x86:ESP, amd64:RSP, ppc:R1, arm:R13, mips:sp */ member in struct:__anon16383
m_libcassert.c 64 (srP)->r_sp = (ULong)esp; \
79 (srP)->r_sp = rsp; \
98 (srP)->r_sp = (ULong)r1; \
117 (srP)->r_sp = r1; \
135 (srP)->r_sp = block[1]; \
156 (srP)->r_sp = block[1]; \
172 (srP)->r_sp = sp; \
196 (srP)->r_sp = (ULong)sp; \
221 (srP)->r_sp = (ULong)sp; \
m_stacktrace.c 193 uregs.xsp = (Addr)startRegs->r_sp;
472 uregs.xsp = startRegs->r_sp;
647 Addr sp = (Addr)startRegs->r_sp;
    [all...]
m_machine.c 71 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_ESP;
76 regs->r_sp = VG_(threads)[tid].arch.vex.guest_RSP;
81 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_GPR1;
86 regs->r_sp = VG_(threads)[tid].arch.vex.guest_GPR1;
91 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_R13;
102 regs->r_sp = VG_(threads)[tid].arch.vex.guest_XSP;
107 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_SP;
114 regs->r_sp = VG_(threads)[tid].arch.vex.guest_r29;
123 regs->r_sp = VG_(threads)[tid].arch.vex.guest_r29;
    [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; \
397 (srP)->r_sp = (uc)->uc_mcontext.sp; \
456 srP->r_sp = (ULong)(ss->__esp);
512 srP->r_sp = (ULong)(ss->__rsp);
527 (srP)->r_sp = (ULong)((uc)->uc_mcontext.regs.gprs[15]); \
545 (srP)->r_sp = (uc)->uc_mcontext.sc_regs[29];
    [all...]
  /external/libpcap/msdos/
pktdrvr.c 76 WORD r_ip, r_cs, r_sp, r_ss; member in struct:DPMI_regs
331 reg.r_ss = reg.r_sp = 0; /* DPMI host provides stack */
    [all...]

Completed in 252 milliseconds