Lines Matching defs:linux_binprm
5756 struct linux_binprm { struct
5757 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;
5766 struct file *executable;
5767 struct file *interpreter;
5768 struct file *file;
5769 struct cred *cred;
5770 int unsafe;
5771 unsigned int per_clear;
5772 int argc;
5773 int envc;
5774 const char *filename;
5775 const char *interp;
5776 const char *fdpath;
5777 unsigned int interp_flags;
5778 int execfd;
5779 long unsigned int loader;
5780 long unsigned int exec;
5781 struct rlimit rlim_stack;
5782 char buf[256];