Searched defs:linux_binprm (Results 1 – 1 of 1) sorted by relevance
5756 struct linux_binprm { struct5757 struct vm_area_struct *vma;5758 long unsigned int vma_pages;5759 struct mm_struct *mm;5760 long unsigned int p;5761 long unsigned int argmin;5762 unsigned int have_execfd: 1;5763 unsigned int execfd_creds: 1;5764 unsigned int secureexec: 1;5765 unsigned int point_of_no_return: 1;[all …]