Lines Matching refs:siginfo_t

586 	BUILD_BUG_ON(sizeof(siginfo_t) != 128);
589 BUILD_BUG_ON(offsetof(siginfo_t, si_signo) != 0);
590 BUILD_BUG_ON(offsetof(siginfo_t, si_errno) != 4);
591 BUILD_BUG_ON(offsetof(siginfo_t, si_code) != 8);
594 BUILD_BUG_ON(offsetof(siginfo_t, si_pid) != 0x0c);
595 BUILD_BUG_ON(offsetof(siginfo_t, si_uid) != 0x10);
598 BUILD_BUG_ON(offsetof(siginfo_t, si_tid) != 0x0c);
599 BUILD_BUG_ON(offsetof(siginfo_t, si_overrun) != 0x10);
600 BUILD_BUG_ON(offsetof(siginfo_t, si_value) != 0x14);
603 BUILD_BUG_ON(offsetof(siginfo_t, si_pid) != 0x0c);
604 BUILD_BUG_ON(offsetof(siginfo_t, si_uid) != 0x10);
605 BUILD_BUG_ON(offsetof(siginfo_t, si_value) != 0x14);
608 BUILD_BUG_ON(offsetof(siginfo_t, si_pid) != 0x0c);
609 BUILD_BUG_ON(offsetof(siginfo_t, si_uid) != 0x10);
610 BUILD_BUG_ON(offsetof(siginfo_t, si_status) != 0x14);
611 BUILD_BUG_ON(offsetof(siginfo_t, si_utime) != 0x18);
612 BUILD_BUG_ON(offsetof(siginfo_t, si_stime) != 0x1c);
615 BUILD_BUG_ON(offsetof(siginfo_t, si_addr) != 0x0c);
618 BUILD_BUG_ON(offsetof(siginfo_t, si_addr_lsb) != 0x10);
621 BUILD_BUG_ON(offsetof(siginfo_t, si_lower) != 0x12);
622 BUILD_BUG_ON(offsetof(siginfo_t, si_upper) != 0x16);
625 BUILD_BUG_ON(offsetof(siginfo_t, si_pkey) != 0x12);
628 BUILD_BUG_ON(offsetof(siginfo_t, si_perf_data) != 0x10);
629 BUILD_BUG_ON(offsetof(siginfo_t, si_perf_type) != 0x14);
630 BUILD_BUG_ON(offsetof(siginfo_t, si_perf_flags) != 0x18);
633 BUILD_BUG_ON(offsetof(siginfo_t, si_band) != 0x0c);
634 BUILD_BUG_ON(offsetof(siginfo_t, si_fd) != 0x10);
637 BUILD_BUG_ON(offsetof(siginfo_t, si_call_addr) != 0x0c);
638 BUILD_BUG_ON(offsetof(siginfo_t, si_syscall) != 0x10);
639 BUILD_BUG_ON(offsetof(siginfo_t, si_arch) != 0x14);