Lines Matching refs:linux_binprm
17 struct linux_binprm { struct
97 int (*load_binary)(struct linux_binprm *);
118 extern int prepare_binprm(struct linux_binprm *);
119 extern int __must_check remove_arg_zero(struct linux_binprm *);
120 extern int search_binary_handler(struct linux_binprm *);
121 extern int flush_old_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);
140 struct linux_binprm *bprm);
141 extern int prepare_bprm_creds(struct linux_binprm *bprm);
142 extern void install_exec_creds(struct linux_binprm *bprm);