Searched defs:hacky_sigframe (Results 1 – 2 of 2) sorted by relevance
66 struct hacky_sigframe { struct68 UInt returnAddr;69 UInt a1_signo;70 UInt a2_siginfo;71 UInt a3_ucontext;72 UChar lower_guardzone[512]; // put nothing here73 VexGuestX86State gst;74 VexGuestX86State gshadow1;75 VexGuestX86State gshadow2;76 vki_siginfo_t fake_siginfo;[all …]
66 struct hacky_sigframe { struct68 ULong returnAddr;69 UChar lower_guardzone[512]; // put nothing here70 VexGuestAMD64State gst;71 VexGuestAMD64State gshadow1;72 VexGuestAMD64State gshadow2;73 vki_siginfo_t fake_siginfo;74 struct vki_ucontext fake_ucontext;75 UInt magicPI;76 UInt sigNo_private;[all …]