Lines Matching defs:linux_binprm
18647 struct linux_binprm { struct
18648 struct vm_area_struct *vma;
18649 long unsigned int vma_pages;
18650 struct mm_struct *mm;
18651 long unsigned int p;
18652 long unsigned int argmin;
18653 unsigned int have_execfd: 1;
18654 unsigned int execfd_creds: 1;
18655 unsigned int secureexec: 1;
18656 unsigned int point_of_no_return: 1;
18657 struct file *executable;
18658 struct file *interpreter;
18659 struct file *file;
18660 struct cred *cred;
18661 int unsafe;
18662 unsigned int per_clear;
18663 int argc;
18664 int envc;
18665 const char *filename;
18666 const char *interp;
18667 const char *fdpath;
18668 unsigned int interp_flags;
18669 int execfd;
18670 long unsigned int loader;
18671 long unsigned int exec;
18672 struct rlimit rlim_stack;
18673 char buf[256];