Lines Matching refs:linux_binprm
17 struct linux_binprm { struct
94 int (*load_binary)(struct linux_binprm *);
115 extern int __must_check remove_arg_zero(struct linux_binprm *);
116 extern int begin_new_exec(struct linux_binprm * bprm);
117 extern void setup_new_exec(struct linux_binprm * bprm);
118 extern void finalize_exec(struct linux_binprm *bprm);
119 extern void would_dump(struct linux_binprm *, struct file *);
128 extern int setup_arg_pages(struct linux_binprm * bprm,
131 extern int transfer_args_to_stack(struct linux_binprm *bprm,
133 extern int bprm_change_interp(const char *interp, struct linux_binprm *bprm);
134 int copy_string_kernel(const char *arg, struct linux_binprm *bprm);