Searched defs:linux_binprm (Results 1 – 7 of 7) 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 …]
6323 struct linux_binprm { struct6324 struct vm_area_struct *vma;6325 long unsigned int vma_pages;6326 struct mm_struct *mm;6327 long unsigned int p;6328 long unsigned int argmin;6329 unsigned int have_execfd: 1;6330 unsigned int execfd_creds: 1;6331 unsigned int secureexec: 1;6332 unsigned int point_of_no_return: 1;[all …]
5409 struct linux_binprm { struct5410 struct vm_area_struct *vma;5411 long unsigned int vma_pages;5412 struct mm_struct *mm;5413 long unsigned int p;5414 long unsigned int argmin;5415 unsigned int have_execfd: 1;5416 unsigned int execfd_creds: 1;5417 unsigned int secureexec: 1;5418 unsigned int point_of_no_return: 1;[all …]
8306 struct linux_binprm { struct8307 struct vm_area_struct *vma;8308 long unsigned int vma_pages;8309 struct mm_struct *mm;8310 long unsigned int p;8311 long unsigned int argmin;8312 unsigned int called_set_creds: 1;8313 unsigned int cap_elevated: 1;8314 unsigned int secureexec: 1;8315 unsigned int recursion_depth;[all …]