Lines Matching refs:linux_binprm
17 struct linux_binprm { struct
99 int (*load_binary)(struct linux_binprm *);
120 extern int __must_check remove_arg_zero(struct linux_binprm *);
121 extern int begin_new_exec(struct linux_binprm * bprm);
122 extern void setup_new_exec(struct linux_binprm * bprm);
123 extern void finalize_exec(struct linux_binprm *bprm);
124 extern void would_dump(struct linux_binprm *, struct file *);
133 extern int setup_arg_pages(struct linux_binprm * bprm,
136 extern int transfer_args_to_stack(struct linux_binprm *bprm,
138 extern int bprm_change_interp(const char *interp, struct linux_binprm *bprm);
139 int copy_string_kernel(const char *arg, struct linux_binprm *bprm);