Lines Matching defs:linux_binprm
6323 struct linux_binprm { struct
6324 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;
6333 struct file *executable;
6334 struct file *interpreter;
6335 struct file *file;
6336 struct cred *cred;
6337 int unsafe;
6338 unsigned int per_clear;
6339 int argc;
6340 int envc;
6341 const char *filename;
6342 const char *interp;
6343 const char *fdpath;
6344 unsigned int interp_flags;
6345 int execfd;
6346 long unsigned int loader;
6347 long unsigned int exec;
6348 struct rlimit rlim_stack;
6349 char buf[256];