Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbinfmts.h17 struct linux_binprm { struct
18 char buf[BINPRM_BUF_SIZE];
20 struct vm_area_struct *vma;
21 unsigned long vma_pages;
24 struct page *page[MAX_ARG_PAGES];
26 struct mm_struct *mm;
27 unsigned long p; /* current top of mem */
34 called_set_creds:1,
41 cap_elevated:1,
47 secureexec:1;
[all …]