Home
last modified time | relevance | path

Searched defs:linux_binprm (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
A Dbinfmts.h17 struct linux_binprm { struct
20 unsigned long vma_pages;
25 struct mm_struct *mm;
30 have_execfd:1,
33 execfd_creds:1,
39 secureexec:1,
44 point_of_no_return:1;
46 unsigned int taso:1;
50 struct file *file;
54 int argc, envc;
[all …]
/linux/kernel/bpf/
A Dbpf_lsm.c59 BPF_CALL_2(bpf_bprm_opts_set, struct linux_binprm *, bprm, u64, flags) in BPF_CALL_2()

Completed in 5 milliseconds