Home
last modified time | relevance | path

Searched refs:BINPRM_BUF_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/include/uapi/linux/
Dbinfmts.h19 #define BINPRM_BUF_SIZE 256 macro
/linux-6.1.9/include/linux/
Dbinfmts.h64 char buf[BINPRM_BUF_SIZE];
/linux-6.1.9/fs/
Dbinfmt_misc.c391 if (e->size > BINPRM_BUF_SIZE || in create_entry()
392 BINPRM_BUF_SIZE - e->size < e->offset) in create_entry()
Dbinfmt_elf_fdpic.c278 BINPRM_BUF_SIZE, &pos); in load_elf_fdpic_binary()
279 if (unlikely(retval != BINPRM_BUF_SIZE)) { in load_elf_fdpic_binary()
Dexec.c1656 memset(bprm->buf, 0, BINPRM_BUF_SIZE); in prepare_binprm()
1657 return kernel_read(bprm->file, bprm->buf, BINPRM_BUF_SIZE, &pos); in prepare_binprm()