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];
391 if (e->size > BINPRM_BUF_SIZE || in create_entry()392 BINPRM_BUF_SIZE - e->size < e->offset) in create_entry()
278 BINPRM_BUF_SIZE, &pos); in load_elf_fdpic_binary()279 if (unlikely(retval != BINPRM_BUF_SIZE)) { in load_elf_fdpic_binary()
1654 memset(bprm->buf, 0, BINPRM_BUF_SIZE); in prepare_binprm()1655 return kernel_read(bprm->file, bprm->buf, BINPRM_BUF_SIZE, &pos); in prepare_binprm()
920 res = kernel_read(bprm.file, bprm.buf, BINPRM_BUF_SIZE, &pos); in load_flat_shared_library()