Lines Matching refs:BUILD_BUG_ON

585 	BUILD_BUG_ON(sizeof(siginfo_t) != 128);  in siginfo_build_tests()
588 BUILD_BUG_ON(offsetof(siginfo_t, si_signo) != 0); in siginfo_build_tests()
589 BUILD_BUG_ON(offsetof(siginfo_t, si_errno) != 4); in siginfo_build_tests()
590 BUILD_BUG_ON(offsetof(siginfo_t, si_code) != 8); in siginfo_build_tests()
593 BUILD_BUG_ON(offsetof(siginfo_t, si_pid) != 0x0c); in siginfo_build_tests()
594 BUILD_BUG_ON(offsetof(siginfo_t, si_uid) != 0x10); in siginfo_build_tests()
597 BUILD_BUG_ON(offsetof(siginfo_t, si_tid) != 0x0c); in siginfo_build_tests()
598 BUILD_BUG_ON(offsetof(siginfo_t, si_overrun) != 0x10); in siginfo_build_tests()
599 BUILD_BUG_ON(offsetof(siginfo_t, si_value) != 0x14); in siginfo_build_tests()
602 BUILD_BUG_ON(offsetof(siginfo_t, si_pid) != 0x0c); in siginfo_build_tests()
603 BUILD_BUG_ON(offsetof(siginfo_t, si_uid) != 0x10); in siginfo_build_tests()
604 BUILD_BUG_ON(offsetof(siginfo_t, si_value) != 0x14); in siginfo_build_tests()
607 BUILD_BUG_ON(offsetof(siginfo_t, si_pid) != 0x0c); in siginfo_build_tests()
608 BUILD_BUG_ON(offsetof(siginfo_t, si_uid) != 0x10); in siginfo_build_tests()
609 BUILD_BUG_ON(offsetof(siginfo_t, si_status) != 0x14); in siginfo_build_tests()
610 BUILD_BUG_ON(offsetof(siginfo_t, si_utime) != 0x18); in siginfo_build_tests()
611 BUILD_BUG_ON(offsetof(siginfo_t, si_stime) != 0x1c); in siginfo_build_tests()
614 BUILD_BUG_ON(offsetof(siginfo_t, si_addr) != 0x0c); in siginfo_build_tests()
617 BUILD_BUG_ON(offsetof(siginfo_t, si_addr_lsb) != 0x10); in siginfo_build_tests()
620 BUILD_BUG_ON(offsetof(siginfo_t, si_lower) != 0x12); in siginfo_build_tests()
621 BUILD_BUG_ON(offsetof(siginfo_t, si_upper) != 0x16); in siginfo_build_tests()
624 BUILD_BUG_ON(offsetof(siginfo_t, si_pkey) != 0x12); in siginfo_build_tests()
627 BUILD_BUG_ON(offsetof(siginfo_t, si_band) != 0x0c); in siginfo_build_tests()
628 BUILD_BUG_ON(offsetof(siginfo_t, si_fd) != 0x10); in siginfo_build_tests()
631 BUILD_BUG_ON(offsetof(siginfo_t, si_call_addr) != 0x0c); in siginfo_build_tests()
632 BUILD_BUG_ON(offsetof(siginfo_t, si_syscall) != 0x10); in siginfo_build_tests()
633 BUILD_BUG_ON(offsetof(siginfo_t, si_arch) != 0x14); in siginfo_build_tests()