Searched refs:BINPRM_BUF_SIZE (Results 1 – 6 of 6) sorted by relevance
19 #define BINPRM_BUF_SIZE 256 macro
66 char buf[BINPRM_BUF_SIZE];
389 if (e->size > BINPRM_BUF_SIZE || in create_entry()390 BINPRM_BUF_SIZE - e->size < e->offset) in create_entry()
1632 memset(bprm->buf, 0, BINPRM_BUF_SIZE); in prepare_binprm()1633 return kernel_read(bprm->file, bprm->buf, BINPRM_BUF_SIZE, &pos); in prepare_binprm()
278 BINPRM_BUF_SIZE, &pos); in load_elf_fdpic_binary()279 if (unlikely(retval != BINPRM_BUF_SIZE)) { in load_elf_fdpic_binary()
912 res = kernel_read(bprm.file, bprm.buf, BINPRM_BUF_SIZE, &pos); in load_flat_shared_library()