Home | History | Annotate | Download | only in m_sigframe

Lines Matching defs:esp

122    Addr esp;
129 esp = sp_top_of_frame - sizeof(struct hacky_sigframe);
130 esp -= 4; /* ELF ABI says that esp+4 must be 16 aligned on
134 if (!extend(tst, esp, sp_top_of_frame - esp))
137 vg_assert(VG_IS_16_ALIGNED(esp+4));
139 frame = (struct hacky_sigframe *) esp;
163 vg_assert(esp == (Addr)&frame->returnAddr);
164 VG_(set_SP)(tid, esp);
188 "next EIP=%#lx, next ESP=%#lx\n",
198 Addr esp;
206 esp = VG_(get_SP)(tid);
211 frame = (struct hacky_sigframe*)(esp - 4);