Lines Matching defs:linux_binprm
8306 struct linux_binprm { struct
8307 struct vm_area_struct *vma;
8308 long unsigned int vma_pages;
8309 struct mm_struct *mm;
8310 long unsigned int p;
8311 long unsigned int argmin;
8312 unsigned int called_set_creds: 1;
8313 unsigned int cap_elevated: 1;
8314 unsigned int secureexec: 1;
8315 unsigned int recursion_depth;
8316 struct file *file;
8317 struct cred *cred;
8318 int unsafe;
8319 unsigned int per_clear;
8320 int argc;
8321 int envc;
8322 const char *filename;
8323 const char *interp;
8324 unsigned int interp_flags;
8325 unsigned int interp_data;
8326 long unsigned int loader;
8327 long unsigned int exec;
8328 struct rlimit rlim_stack;
8329 char buf[256];