Searched defs:new_signal_frame32 (Results 1 – 1 of 1) sorted by relevance
80 struct new_signal_frame32 { struct81 struct sparc_stackf32 ss;82 __siginfo32_t info;83 /* __siginfo_fpu32_t * */ u32 fpu_save;84 unsigned int insns [2];108 #define NF_ALIGNEDSZ (((sizeof(struct new_signal_frame32) + 7) & (~7))) argument