Searched defs:linux_binprm (Results 1 – 3 of 3) sorted by relevance
18 struct linux_binprm { struct20 struct vm_area_struct *vma;21 unsigned long vma_pages;22 unsigned long argmin; /* rlimit marker for copy_strings() */27 struct mm_struct *mm;28 unsigned long p; /* current top of mem */31 have_execfd:1,34 execfd_creds:1,40 secureexec:1,45 point_of_no_return:1;[all …]
144 BPF_CALL_2(bpf_bprm_opts_set, struct linux_binprm *, bprm, u64, flags) in BPF_CALL_2()
6524 BTF_TYPE_SAFE_TRUSTED(struct linux_binprm) { in BTF_TYPE_SAFE_TRUSTED()