Searched defs:linux_binprm (Results 1 – 2 of 2) sorted by relevance
2763 struct linux_binprm { struct2764 struct vm_area_struct *vma;2765 unsigned long vma_pages;2766 struct mm_struct *mm;2767 unsigned long p;2768 unsigned long argmin;2769 unsigned int have_execfd: 1;2770 unsigned int execfd_creds: 1;2771 unsigned int secureexec: 1;2772 unsigned int point_of_no_return: 1;[all …]
2332 struct linux_binprm { struct2333 struct vm_area_struct *vma;2334 unsigned long vma_pages;2335 struct mm_struct *mm;2336 unsigned long p;2337 unsigned long argmin;2338 unsigned int have_execfd: 1;2339 unsigned int execfd_creds: 1;2340 unsigned int secureexec: 1;2341 unsigned int point_of_no_return: 1;[all …]