Lines Matching refs:linux_binprm
14 struct linux_binprm { struct
77 int (*load_binary)(struct linux_binprm *);
98 extern int prepare_binprm(struct linux_binprm *);
99 extern int __must_check remove_arg_zero(struct linux_binprm *);
100 extern int search_binary_handler(struct linux_binprm *);
101 extern int flush_old_exec(struct linux_binprm * bprm);
102 extern void setup_new_exec(struct linux_binprm * bprm);
103 extern void would_dump(struct linux_binprm *, struct file *);
112 extern int setup_arg_pages(struct linux_binprm * bprm,
115 extern int bprm_change_interp(char *interp, struct linux_binprm *bprm);
117 struct linux_binprm *bprm);
118 extern int prepare_bprm_creds(struct linux_binprm *bprm);
119 extern void install_exec_creds(struct linux_binprm *bprm);