Lines Matching defs:linux_binprm
6946 struct linux_binprm { struct
6947 struct vm_area_struct *vma;
6948 long unsigned int vma_pages;
6949 struct mm_struct *mm;
6950 long unsigned int p;
6951 long unsigned int argmin;
6952 unsigned int have_execfd: 1;
6953 unsigned int execfd_creds: 1;
6954 unsigned int secureexec: 1;
6955 unsigned int point_of_no_return: 1;
6956 struct file *executable;
6957 struct file *interpreter;
6958 struct file *file;
6959 struct cred *cred;
6960 int unsafe;
6961 unsigned int per_clear;
6962 int argc;
6963 int envc;
6964 const char *filename;
6965 const char *interp;
6966 const char *fdpath;
6967 unsigned int interp_flags;
6968 int execfd;
6969 long unsigned int loader;
6970 long unsigned int exec;
6971 struct rlimit rlim_stack;
6972 char buf[256];