Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds