Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbinfmts.h18 struct linux_binprm { struct
21 unsigned long vma_pages;
26 struct mm_struct *mm;
31 have_execfd:1,
34 execfd_creds:1,
40 secureexec:1,
45 point_of_no_return:1;
48 struct file *file;
52 int argc, envc;
60 unsigned long loader, exec;
[all …]
/openbmc/qemu/linux-user/
H A Dloader.h73 struct linux_binprm { struct
90 struct linux_binprm *); argument
/openbmc/linux/kernel/bpf/
H A Dbpf_lsm.c118 BPF_CALL_2(bpf_bprm_opts_set, struct linux_binprm *, bprm, u64, flags) in BPF_CALL_2()
H A Dverifier.c6318 BTF_TYPE_SAFE_TRUSTED(struct linux_binprm) { in BTF_TYPE_SAFE_TRUSTED()