Home
last modified time | relevance | path

Searched refs:sp_top_of_frame (Results 1 – 11 of 11) sorted by relevance

/external/valgrind/coregrind/m_sigframe/
Dsigframe-s390x-linux.c283 Addr sp_top_of_frame, in build_sigframe() argument
291 Addr sp = sp_top_of_frame; in build_sigframe()
301 return sp_top_of_frame; in build_sigframe()
331 *((Addr *) sp) = sp_top_of_frame; in build_sigframe()
342 Addr sp_top_of_frame, in build_rt_sigframe() argument
350 Addr sp = sp_top_of_frame; in build_rt_sigframe()
361 return sp_top_of_frame; in build_rt_sigframe()
395 *((Addr *) sp) = sp_top_of_frame; in build_rt_sigframe()
406 Addr sp_top_of_frame, in VG_()
418 sp = build_rt_sigframe(tst, sp_top_of_frame, siginfo, siguc, in VG_()
[all …]
Dsigframe-x86-darwin.c93 Addr sp_top_of_frame, in VG_()
108 sp_top_of_frame &= ~0xf; in VG_()
109 esp = sp_top_of_frame - sizeof(struct hacky_sigframe); in VG_()
114 if (! ML_(sf_maybe_extend_stack)(tst, esp, sp_top_of_frame - esp, flags)) in VG_()
Dsigframe-amd64-darwin.c90 Addr sp_top_of_frame, in VG_()
105 sp_top_of_frame &= ~0xfUL; in VG_()
106 rsp = sp_top_of_frame - sizeof(struct hacky_sigframe); in VG_()
111 if (! ML_(sf_maybe_extend_stack)(tst, rsp, sp_top_of_frame - rsp, flags)) in VG_()
Dsigframe-ppc32-linux.c627 Addr sp_top_of_frame, in VG_()
642 sp_top_of_frame &= ~0xf; in VG_()
645 sp = sp_top_of_frame - sizeof(struct rt_sigframe); in VG_()
647 sp = sp_top_of_frame - sizeof(struct nonrt_sigframe); in VG_()
652 if (! ML_(sf_maybe_extend_stack)(tst, sp, sp_top_of_frame - sp, flags)) in VG_()
Dsigframe-ppc64-linux.c137 Addr sp_top_of_frame, in VG_()
156 sp_top_of_frame &= ~0xf; in VG_()
157 sp = sp_top_of_frame - sizeof(struct rt_sigframe); in VG_()
160 if (! ML_(sf_maybe_extend_stack)(tst, sp, sp_top_of_frame - sp, flags)) in VG_()
Dsigframe-mips32-linux.c124 Addr sp_top_of_frame, in VG_()
138 sp_top_of_frame &= ~0xf; in VG_()
142 sp = sp_top_of_frame - sizeof(struct rt_sigframe); in VG_()
146 sp = sp_top_of_frame - sizeof(struct sigframe); in VG_()
150 if (! ML_(sf_maybe_extend_stack)(tst, sp, sp_top_of_frame - sp, flags)) in VG_()
Dsigframe-mips64-linux.c119 Addr sp_top_of_frame, in VG_()
132 sp_top_of_frame &= ~0xf; in VG_()
134 sp = sp_top_of_frame - sizeof(struct rt_sigframe); in VG_()
137 if (! ML_(sf_maybe_extend_stack)(tst, sp, sp_top_of_frame - sp, flags)) in VG_()
Dsigframe-arm64-linux.c155 Addr sp_top_of_frame, in VG_()
164 Addr sp = sp_top_of_frame; in VG_()
Dsigframe-arm-linux.c164 Addr sp_top_of_frame, in VG_()
173 Addr sp = sp_top_of_frame; in VG_()
Dsigframe-tilegx-linux.c140 Addr sp_top_of_frame, in VG_()
155 sp_top_of_frame &= ~0x7ULL; in VG_()
157 sp = sp_top_of_frame - sizeof(struct rt_sigframe); in VG_()
/external/valgrind/coregrind/
Dpub_core_sigframe.h47 Addr sp_top_of_frame,