Lines Matching refs:linux_binprm
18 struct linux_binprm { struct
85 int (*load_binary)(struct linux_binprm *); argument
118 extern int __must_check remove_arg_zero(struct linux_binprm *);
119 extern int begin_new_exec(struct linux_binprm * bprm);
120 extern void setup_new_exec(struct linux_binprm * bprm);
121 extern void finalize_exec(struct linux_binprm *bprm);
122 extern void would_dump(struct linux_binprm *, struct file *);
131 extern int setup_arg_pages(struct linux_binprm * bprm,
134 extern int transfer_args_to_stack(struct linux_binprm *bprm,
136 extern int bprm_change_interp(const char *interp, struct linux_binprm *bprm);
137 int copy_string_kernel(const char *arg, struct linux_binprm *bprm);