Lines Matching defs:linux_binprm
15003 struct linux_binprm;
15010 int (*load_binary)(struct linux_binprm *);
15342 struct linux_binprm {
17359 typedef void (*btf_trace_sched_process_exec)(void *, struct task_struct *, pid_t, struct linux_binprm *);
30390 int (*bprm_creds_for_exec)(struct linux_binprm *);
30391 int (*bprm_creds_from_file)(struct linux_binprm *, struct file *);
30392 int (*bprm_check_security)(struct linux_binprm *);
30393 void (*bprm_committing_creds)(struct linux_binprm *);
30394 void (*bprm_committed_creds)(struct linux_binprm *);
123244 typedef u64 (*btf_bpf_bprm_opts_set)(struct linux_binprm *, u64);