Searched defs:target_sigframe (Results 1 – 9 of 9) sorted by relevance
81 struct target_sigframe { struct82 abi_ulong sf_signum;83 abi_ulong sf_siginfo; /* code or pointer to sf_si */84 abi_ulong sf_ucontext; /* points to sf_uc */85 abi_ulong sf_addr; /* undocumented 4th arg */86 target_ucontext_t sf_uc; /* = *sf_uncontext */87 target_siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case)*/88 uint32_t __spare__[2];
90 struct target_sigframe { struct91 abi_ulong sf_signum;92 abi_ulong sf_siginfo; /* code or pointer to sf_si */93 abi_ulong sf_ucontext; /* points to sf_uc */94 abi_ulong sf_addr; /* undocumented 4th arg */95 target_ucontext_t sf_uc; /* = *sf_uncontext */96 target_siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case)*/97 uint32_t __spare__[2];
83 struct target_sigframe { struct84 target_siginfo_t sf_si; /* saved siginfo */85 target_ucontext_t sf_uc; /* saved ucontext */86 target_mcontext_vfp_t sf_vfp; /* actual saved VFP context */
36 struct target_sigframe struct38 abi_ulong pretcode;39 int sig;40 int code;41 abi_ulong psc;42 abi_ulong extramask[TARGET_NSIG_WORDS-1];43 struct target_sigcontext sc;
68 struct target_sigframe { struct69 target_ucontext_t sf_uc; /* = *sf_uncontext */70 target_siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case)*/
75 struct target_sigframe { struct76 target_siginfo_t sf_si; /* saved siginfo */77 target_ucontext_t sf_uc; /* saved ucontext */
51 struct target_sigframe struct53 struct target_sigcontext sc;54 target_ulong extramask[TARGET_NSIG_WORDS-1];
170 struct target_sigframe { struct176 QEMU_BUILD_BUG_ON(offsetof(struct target_sigframe, mctx) argument
56 struct target_sigframe { struct57 struct target_sigcontext sc;