Searched defs:linux_binprm (Results 1 – 1 of 1) sorted by relevance
8782 struct linux_binprm { struct8783 struct vm_area_struct *vma;8784 long unsigned int vma_pages;8785 struct mm_struct *mm;8786 long unsigned int p;8787 long unsigned int argmin;8788 unsigned int have_execfd: 1;8789 unsigned int execfd_creds: 1;8790 unsigned int secureexec: 1;8791 unsigned int point_of_no_return: 1;[all …]