Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h2763 struct linux_binprm { struct
2764 struct vm_area_struct *vma;
2765 unsigned long vma_pages;
2766 struct mm_struct *mm;
2767 unsigned long p;
2768 unsigned long argmin;
2769 unsigned int have_execfd: 1;
2770 unsigned int execfd_creds: 1;
2771 unsigned int secureexec: 1;
2772 unsigned int point_of_no_return: 1;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h2332 struct linux_binprm { struct
2333 struct vm_area_struct *vma;
2334 unsigned long vma_pages;
2335 struct mm_struct *mm;
2336 unsigned long p;
2337 unsigned long argmin;
2338 unsigned int have_execfd: 1;
2339 unsigned int execfd_creds: 1;
2340 unsigned int secureexec: 1;
2341 unsigned int point_of_no_return: 1;
[all …]