~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/include/linux/elfcore-compat.h

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /* SPDX-License-Identifier: GPL-2.0 */
  2 #ifndef _LINUX_ELFCORE_COMPAT_H
  3 #define _LINUX_ELFCORE_COMPAT_H
  4 
  5 #include <linux/elf.h>
  6 #include <linux/elfcore.h>
  7 #include <linux/compat.h>
  8 
  9 /*
 10  * Make sure these layouts match the linux/elfcore.h native definitions.
 11  */
 12 
 13 struct compat_elf_siginfo
 14 {
 15         compat_int_t                    si_signo;
 16         compat_int_t                    si_code;
 17         compat_int_t                    si_errno;
 18 };
 19 
 20 struct compat_elf_prstatus_common
 21 {
 22         struct compat_elf_siginfo       pr_info;
 23         short                           pr_cursig;
 24         compat_ulong_t                  pr_sigpend;
 25         compat_ulong_t                  pr_sighold;
 26         compat_pid_t                    pr_pid;
 27         compat_pid_t                    pr_ppid;
 28         compat_pid_t                    pr_pgrp;
 29         compat_pid_t                    pr_sid;
 30         struct old_timeval32            pr_utime;
 31         struct old_timeval32            pr_stime;
 32         struct old_timeval32            pr_cutime;
 33         struct old_timeval32            pr_cstime;
 34 };
 35 
 36 struct compat_elf_prpsinfo
 37 {
 38         char                            pr_state;
 39         char                            pr_sname;
 40         char                            pr_zomb;
 41         char                            pr_nice;
 42         compat_ulong_t                  pr_flag;
 43         __compat_uid_t                  pr_uid;
 44         __compat_gid_t                  pr_gid;
 45         compat_pid_t                    pr_pid, pr_ppid, pr_pgrp, pr_sid;
 46         /*
 47          * The hard-coded 16 is derived from TASK_COMM_LEN, but it can't be
 48          * changed as it is exposed to userspace. We'd better make it hard-coded
 49          * here.
 50          */
 51         char                            pr_fname[16];
 52         char                            pr_psargs[ELF_PRARGSZ];
 53 };
 54 
 55 #ifdef CONFIG_ARCH_HAS_ELFCORE_COMPAT
 56 #include <asm/elfcore-compat.h>
 57 #endif
 58 
 59 struct compat_elf_prstatus
 60 {
 61         struct compat_elf_prstatus_common       common;
 62         compat_elf_gregset_t            pr_reg;
 63         compat_int_t                    pr_fpvalid;
 64 };
 65 
 66 #endif /* _LINUX_ELFCORE_COMPAT_H */
 67 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php