Symbol: siginfo32_t
arch/x86/kernel/signal_32.c
440
static_assert(sizeof(siginfo32_t) == 128);
arch/x86/kernel/signal_32.c
443
static_assert(__alignof__(siginfo32_t) == 4);
arch/x86/kernel/signal_32.c
450
static_assert(offsetof(siginfo32_t, _sifields) == 3 * sizeof(int));
arch/x86/kernel/signal_32.c
452
static_assert(offsetof(siginfo32_t, si_signo) == 0);
arch/x86/kernel/signal_32.c
453
static_assert(offsetof(siginfo32_t, si_errno) == 4);
arch/x86/kernel/signal_32.c
454
static_assert(offsetof(siginfo32_t, si_code) == 8);
arch/x86/kernel/signal_32.c
471
static_assert(offsetof(siginfo32_t, _sifields) == \
arch/x86/kernel/signal_32.c
472
offsetof(siginfo32_t, _sifields.name))
arch/x86/kernel/signal_32.c
475
static_assert(sizeof_field(siginfo32_t, _sifields.name) == size)
arch/x86/kernel/signal_32.c
479
static_assert(offsetof(siginfo32_t, si_pid) == 0xC);
arch/x86/kernel/signal_32.c
480
static_assert(offsetof(siginfo32_t, si_uid) == 0x10);
arch/x86/kernel/signal_32.c
489
static_assert(offsetof(siginfo32_t, si_tid) == 0x0C);
arch/x86/kernel/signal_32.c
490
static_assert(offsetof(siginfo32_t, si_overrun) == 0x10);
arch/x86/kernel/signal_32.c
491
static_assert(offsetof(siginfo32_t, si_value) == 0x14);
arch/x86/kernel/signal_32.c
495
static_assert(offsetof(siginfo32_t, si_pid) == 0x0C);
arch/x86/kernel/signal_32.c
496
static_assert(offsetof(siginfo32_t, si_uid) == 0x10);
arch/x86/kernel/signal_32.c
497
static_assert(offsetof(siginfo32_t, si_value) == 0x14);
arch/x86/kernel/signal_32.c
501
static_assert(offsetof(siginfo32_t, si_pid) == 0x0C);
arch/x86/kernel/signal_32.c
502
static_assert(offsetof(siginfo32_t, si_uid) == 0x10);
arch/x86/kernel/signal_32.c
503
static_assert(offsetof(siginfo32_t, si_status) == 0x14);
arch/x86/kernel/signal_32.c
504
static_assert(offsetof(siginfo32_t, si_utime) == 0x18);
arch/x86/kernel/signal_32.c
505
static_assert(offsetof(siginfo32_t, si_stime) == 0x1C);
arch/x86/kernel/signal_32.c
509
static_assert(offsetof(siginfo32_t, si_addr) == 0x0C);
arch/x86/kernel/signal_32.c
511
static_assert(offsetof(siginfo32_t, si_trapno) == 0x10);
arch/x86/kernel/signal_32.c
513
static_assert(offsetof(siginfo32_t, si_addr_lsb) == 0x10);
arch/x86/kernel/signal_32.c
515
static_assert(offsetof(siginfo32_t, si_lower) == 0x14);
arch/x86/kernel/signal_32.c
516
static_assert(offsetof(siginfo32_t, si_upper) == 0x18);
arch/x86/kernel/signal_32.c
518
static_assert(offsetof(siginfo32_t, si_pkey) == 0x14);
arch/x86/kernel/signal_32.c
520
static_assert(offsetof(siginfo32_t, si_perf_data) == 0x10);
arch/x86/kernel/signal_32.c
521
static_assert(offsetof(siginfo32_t, si_perf_type) == 0x14);
arch/x86/kernel/signal_32.c
522
static_assert(offsetof(siginfo32_t, si_perf_flags) == 0x18);
arch/x86/kernel/signal_32.c
526
static_assert(offsetof(siginfo32_t, si_band) == 0x0C);
arch/x86/kernel/signal_32.c
527
static_assert(offsetof(siginfo32_t, si_fd) == 0x10);
arch/x86/kernel/signal_32.c
531
static_assert(offsetof(siginfo32_t, si_call_addr) == 0x0C);
arch/x86/kernel/signal_32.c
532
static_assert(offsetof(siginfo32_t, si_syscall) == 0x10);
arch/x86/kernel/signal_32.c
533
static_assert(offsetof(siginfo32_t, si_arch) == 0x14);