Lines Matching refs:bprm
26 static int load_em86(struct linux_binprm *bprm)
35 elf_ex = *((struct elfhdr *)bprm->buf);
43 !bprm->file->f_op->mmap) {
48 if (bprm->interp_flags & BINPRM_FLAGS_PATH_INACCESSIBLE)
66 remove_arg_zero(bprm);
67 retval = copy_string_kernel(bprm->filename, bprm);
69 bprm->argc++;
71 retval = copy_string_kernel(i_arg, bprm);
73 bprm->argc++;
75 retval = copy_string_kernel(i_name, bprm);
77 bprm->argc++;
88 bprm->interpreter = file;