Searched defs:linux_binprm (Results 1 – 1 of 1) sorted by relevance
14 struct linux_binprm { struct15 char buf[BINPRM_BUF_SIZE];17 struct vm_area_struct *vma;18 unsigned long vma_pages;21 struct page *page[MAX_ARG_PAGES];23 struct mm_struct *mm;24 unsigned long p; /* current top of mem */26 cred_prepared:1,/* true if creds already prepared (multiple28 cap_effective:1;/* true if has elevated effective capabilities,32 unsigned int taso:1;[all …]