Home
last modified time | relevance | path

Searched refs:ELF_PRARGSZ (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Delfcore.h55 #define ELF_PRARGSZ (80) /* Number of chars for args */ macro
74 char pr_psargs[ELF_PRARGSZ]; /* initial part of arg list */
H A Delfcore-compat.h52 char pr_psargs[ELF_PRARGSZ];
/linux-6.15/fs/
H A Dbinfmt_elf_fdpic.c1336 if (len >= ELF_PRARGSZ) in fill_psinfo()
1337 len = ELF_PRARGSZ - 1; in fill_psinfo()
H A Dbinfmt_elf.c1587 if (len >= ELF_PRARGSZ) in fill_psinfo()
1588 len = ELF_PRARGSZ-1; in fill_psinfo()