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
69 char pr_psargs[ELF_PRARGSZ]; /* initial part of arg list */
A Delfcore-compat.h47 char pr_psargs[ELF_PRARGSZ];
/linux/fs/
A Dbinfmt_elf_fdpic.c1333 if (len >= ELF_PRARGSZ) in fill_psinfo()
1334 len = ELF_PRARGSZ - 1; in fill_psinfo()
A Dbinfmt_elf.c1559 if (len >= ELF_PRARGSZ) in fill_psinfo()
1560 len = ELF_PRARGSZ-1; in fill_psinfo()

Completed in 12 milliseconds