Lines Matching defs:linux_binprm
5397 struct linux_binprm;
5404 int (*load_binary)(struct linux_binprm *);
7081 struct linux_binprm {
32426 typedef void (*btf_trace_sched_process_exec)(void *, struct task_struct *, pid_t, struct linux_binprm *);
47078 typedef u64 (*btf_bpf_bprm_opts_set)(struct linux_binprm *, u64);
64608 int (*bprm_creds_for_exec)(struct linux_binprm *);
64609 int (*bprm_creds_from_file)(struct linux_binprm *, struct file *);
64610 int (*bprm_check_security)(struct linux_binprm *);
64611 void (*bprm_committing_creds)(struct linux_binprm *);
64612 void (*bprm_committed_creds)(struct linux_binprm *);
69512 struct linux_binprm *bprm;