Home
last modified time | relevance | path

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

/linux/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/fs/
H A Dbinfmt_elf_fdpic.c1335 if (len >= ELF_PRARGSZ) in fill_psinfo()
1336 len = ELF_PRARGSZ - 1; in fill_psinfo()
H A Dbinfmt_elf.c1565 if (len >= ELF_PRARGSZ) in fill_psinfo()
1566 len = ELF_PRARGSZ-1; in fill_psinfo()