Home
last modified time | relevance | path

Searched refs:hacky_sigframe (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_sigframe/
Dsigframe-x86-darwin.c61 struct hacky_sigframe { struct
147 struct hacky_sigframe* frame; in VG_()
150 vg_assert(VG_IS_16_ALIGNED(sizeof(struct hacky_sigframe))); in VG_()
153 esp = sp_top_of_frame - sizeof(struct hacky_sigframe); in VG_()
163 frame = (struct hacky_sigframe *) esp; in VG_()
225 struct hacky_sigframe* frame; in VG_()
236 frame = (struct hacky_sigframe*)(esp - 4); in VG_()
261 sizeof(struct hacky_sigframe) ); in VG_()
Dsigframe-amd64-darwin.c61 struct hacky_sigframe { struct
159 struct hacky_sigframe* frame; in VG_()
162 vg_assert(VG_IS_16_ALIGNED(sizeof(struct hacky_sigframe))); in VG_()
165 rsp = sp_top_of_frame - sizeof(struct hacky_sigframe); in VG_()
175 frame = (struct hacky_sigframe *) rsp; in VG_()
238 struct hacky_sigframe* frame; in VG_()
249 frame = (struct hacky_sigframe*)(rsp - 8); in VG_()
274 sizeof(struct hacky_sigframe) ); in VG_()