Searched defs:linux_binprm (Results 1 – 1 of 1) sorted by relevance
28 struct linux_binprm { struct29 char buf[BINPRM_BUF_SIZE];31 struct vm_area_struct *vma;32 unsigned long vma_pages;35 struct page *page[MAX_ARG_PAGES];37 struct mm_struct *mm;38 unsigned long p; /* current top of mem */40 cred_prepared:1,/* true if creds already prepared (multiple42 cap_effective:1;/* true if has elevated effective capabilities,46 unsigned int taso:1;[all …]