Searched refs:hacky_sigframe (Results 1 – 2 of 2) sorted by relevance
61 struct hacky_sigframe { struct147 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_()
61 struct hacky_sigframe { struct159 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_()