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

  /external/valgrind/coregrind/
pub_core_basics.h 61 ULong r_sp; /* x86:ESP, amd64:RSP, ppc:R1, arm:R13, mips:sp */ member in struct:__anon37492
m_libcassert.c 66 (srP)->r_sp = (ULong)esp; \
82 (srP)->r_sp = rsp; \
101 (srP)->r_sp = (ULong)r1; \
120 (srP)->r_sp = r1; \
139 (srP)->r_sp = block[2]; \
159 (srP)->r_sp = block[1]; \
175 (srP)->r_sp = sp; \
199 (srP)->r_sp = (ULong)sp; \
224 (srP)->r_sp = (ULong)sp; \
m_stacktrace.c 213 uregs.xsp = (Addr)startRegs->r_sp;
521 uregs.xsp = startRegs->r_sp;
743 Addr sp = (Addr)startRegs->r_sp;
    [all...]
m_signals.c 275 (srP)->r_sp = (ULong)((uc)->uc_mcontext.esp); \
287 (srP)->r_sp = (uc)->uc_mcontext.rsp; \
346 (srP)->r_sp = (ULong)((uc)->uc_regs->mc_gregs[VKI_PT_R1]); \
369 (srP)->r_sp = (uc)->uc_mcontext.gp_regs[VKI_PT_R1]; \
381 (srP)->r_sp = (uc)->uc_mcontext.arm_sp; \
396 (srP)->r_sp = (uc)->uc_mcontext.sp; \
455 srP->r_sp = (ULong)(ss->__esp);
511 srP->r_sp = (ULong)(ss->__rsp);
526 (srP)->r_sp = (ULong)((uc)->uc_mcontext.regs.gprs[15]); \
544 (srP)->r_sp = (uc)->uc_mcontext.sc_regs[29];
    [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...]
  /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...]
  /external/valgrind/include/vki/
vki-solaris.h 1458 #undef r_sp macro
    [all...]

Completed in 130 milliseconds