Lines Matching refs:siginfo_t

584 	BUILD_BUG_ON(sizeof(siginfo_t) != 128);  in siginfo_build_tests()
587 BUILD_BUG_ON(offsetof(siginfo_t, si_signo) != 0); in siginfo_build_tests()
588 BUILD_BUG_ON(offsetof(siginfo_t, si_errno) != 4); in siginfo_build_tests()
589 BUILD_BUG_ON(offsetof(siginfo_t, si_code) != 8); in siginfo_build_tests()
592 BUILD_BUG_ON(offsetof(siginfo_t, si_pid) != 0x0c); in siginfo_build_tests()
593 BUILD_BUG_ON(offsetof(siginfo_t, si_uid) != 0x10); in siginfo_build_tests()
596 BUILD_BUG_ON(offsetof(siginfo_t, si_tid) != 0x0c); in siginfo_build_tests()
597 BUILD_BUG_ON(offsetof(siginfo_t, si_overrun) != 0x10); in siginfo_build_tests()
598 BUILD_BUG_ON(offsetof(siginfo_t, si_value) != 0x14); in siginfo_build_tests()
601 BUILD_BUG_ON(offsetof(siginfo_t, si_pid) != 0x0c); in siginfo_build_tests()
602 BUILD_BUG_ON(offsetof(siginfo_t, si_uid) != 0x10); in siginfo_build_tests()
603 BUILD_BUG_ON(offsetof(siginfo_t, si_value) != 0x14); in siginfo_build_tests()
606 BUILD_BUG_ON(offsetof(siginfo_t, si_pid) != 0x0c); in siginfo_build_tests()
607 BUILD_BUG_ON(offsetof(siginfo_t, si_uid) != 0x10); in siginfo_build_tests()
608 BUILD_BUG_ON(offsetof(siginfo_t, si_status) != 0x14); in siginfo_build_tests()
609 BUILD_BUG_ON(offsetof(siginfo_t, si_utime) != 0x18); in siginfo_build_tests()
610 BUILD_BUG_ON(offsetof(siginfo_t, si_stime) != 0x1c); in siginfo_build_tests()
613 BUILD_BUG_ON(offsetof(siginfo_t, si_addr) != 0x0c); in siginfo_build_tests()
616 BUILD_BUG_ON(offsetof(siginfo_t, si_addr_lsb) != 0x10); in siginfo_build_tests()
619 BUILD_BUG_ON(offsetof(siginfo_t, si_lower) != 0x12); in siginfo_build_tests()
620 BUILD_BUG_ON(offsetof(siginfo_t, si_upper) != 0x16); in siginfo_build_tests()
623 BUILD_BUG_ON(offsetof(siginfo_t, si_pkey) != 0x12); in siginfo_build_tests()
626 BUILD_BUG_ON(offsetof(siginfo_t, si_band) != 0x0c); in siginfo_build_tests()
627 BUILD_BUG_ON(offsetof(siginfo_t, si_fd) != 0x10); in siginfo_build_tests()
630 BUILD_BUG_ON(offsetof(siginfo_t, si_call_addr) != 0x0c); in siginfo_build_tests()
631 BUILD_BUG_ON(offsetof(siginfo_t, si_syscall) != 0x10); in siginfo_build_tests()
632 BUILD_BUG_ON(offsetof(siginfo_t, si_arch) != 0x14); in siginfo_build_tests()