Searched refs:BINPRM_BUF_SIZE (Results 1 – 4 of 4) sorted by relevance
19 #define BINPRM_BUF_SIZE 256 macro
71 char buf[BINPRM_BUF_SIZE];
466 if (e->size > BINPRM_BUF_SIZE || in create_entry()467 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()