Lines Matching refs:linux_binprm
18 struct linux_binprm { struct
92 int (*load_binary)(struct linux_binprm *); argument
125 extern int __must_check remove_arg_zero(struct linux_binprm *);
126 extern int begin_new_exec(struct linux_binprm * bprm);
127 extern void setup_new_exec(struct linux_binprm * bprm);
128 extern void finalize_exec(struct linux_binprm *bprm);
129 extern void would_dump(struct linux_binprm *, struct file *);
138 extern int setup_arg_pages(struct linux_binprm * bprm,
141 extern int transfer_args_to_stack(struct linux_binprm *bprm,
143 extern int bprm_change_interp(const char *interp, struct linux_binprm *bprm);
144 int copy_string_kernel(const char *arg, struct linux_binprm *bprm);