Lines Matching defs:linux_binprm
7081 struct linux_binprm { struct
7082 struct vm_area_struct *vma;
7083 long unsigned int vma_pages;
7084 struct mm_struct *mm;
7085 long unsigned int p;
7086 long unsigned int argmin;
7087 unsigned int have_execfd: 1;
7088 unsigned int execfd_creds: 1;
7089 unsigned int secureexec: 1;
7090 unsigned int point_of_no_return: 1;
7091 struct file *executable;
7092 struct file *interpreter;
7093 struct file *file;
7094 struct cred *cred;
7095 int unsafe;
7096 unsigned int per_clear;
7097 int argc;
7098 int envc;
7099 const char *filename;
7100 const char *interp;
7101 const char *fdpath;
7102 unsigned int interp_flags;
7103 int execfd;
7104 long unsigned int loader;
7105 long unsigned int exec;
7106 struct rlimit rlim_stack;
7107 char buf[256];