Searched refs:sp_top_of_frame (Results 1 – 11 of 11) sorted by relevance
/external/valgrind/coregrind/m_sigframe/ |
D | sigframe-s390x-linux.c | 283 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 …]
|
D | sigframe-x86-darwin.c | 93 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_()
|
D | sigframe-amd64-darwin.c | 90 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_()
|
D | sigframe-ppc32-linux.c | 627 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_()
|
D | sigframe-ppc64-linux.c | 137 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_()
|
D | sigframe-mips32-linux.c | 124 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_()
|
D | sigframe-mips64-linux.c | 119 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_()
|
D | sigframe-arm64-linux.c | 155 Addr sp_top_of_frame, in VG_() 164 Addr sp = sp_top_of_frame; in VG_()
|
D | sigframe-arm-linux.c | 164 Addr sp_top_of_frame, in VG_() 173 Addr sp = sp_top_of_frame; in VG_()
|
D | sigframe-tilegx-linux.c | 140 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/ |
D | pub_core_sigframe.h | 47 Addr sp_top_of_frame,
|