Home
last modified time | relevance | path

Searched defs:linux_binprm (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/linux/
Dbinfmts.h14 struct linux_binprm { struct
15 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 (multiple
28 cap_effective:1;/* true if has elevated effective capabilities,
32 unsigned int taso:1;
[all …]