Home
last modified time | relevance | path

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

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h8782 struct linux_binprm { struct
8783 struct vm_area_struct *vma;
8784 long unsigned int vma_pages;
8785 struct mm_struct *mm;
8786 long unsigned int p;
8787 long unsigned int argmin;
8788 unsigned int have_execfd: 1;
8789 unsigned int execfd_creds: 1;
8790 unsigned int secureexec: 1;
8791 unsigned int point_of_no_return: 1;
[all …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h6323 struct linux_binprm { struct
6324 struct vm_area_struct *vma;
6325 long unsigned int vma_pages;
6326 struct mm_struct *mm;
6327 long unsigned int p;
6328 long unsigned int argmin;
6329 unsigned int have_execfd: 1;
6330 unsigned int execfd_creds: 1;
6331 unsigned int secureexec: 1;
6332 unsigned int point_of_no_return: 1;
[all …]
Dvmlinux.h6323 struct linux_binprm { struct
6324 struct vm_area_struct *vma;
6325 long unsigned int vma_pages;
6326 struct mm_struct *mm;
6327 long unsigned int p;
6328 long unsigned int argmin;
6329 unsigned int have_execfd: 1;
6330 unsigned int execfd_creds: 1;
6331 unsigned int secureexec: 1;
6332 unsigned int point_of_no_return: 1;
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h5409 struct linux_binprm { struct
5410 struct vm_area_struct *vma;
5411 long unsigned int vma_pages;
5412 struct mm_struct *mm;
5413 long unsigned int p;
5414 long unsigned int argmin;
5415 unsigned int have_execfd: 1;
5416 unsigned int execfd_creds: 1;
5417 unsigned int secureexec: 1;
5418 unsigned int point_of_no_return: 1;
[all …]
Dvmlinux_510.h5409 struct linux_binprm { struct
5410 struct vm_area_struct *vma;
5411 long unsigned int vma_pages;
5412 struct mm_struct *mm;
5413 long unsigned int p;
5414 long unsigned int argmin;
5415 unsigned int have_execfd: 1;
5416 unsigned int execfd_creds: 1;
5417 unsigned int secureexec: 1;
5418 unsigned int point_of_no_return: 1;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h8306 struct linux_binprm { struct
8307 struct vm_area_struct *vma;
8308 long unsigned int vma_pages;
8309 struct mm_struct *mm;
8310 long unsigned int p;
8311 long unsigned int argmin;
8312 unsigned int called_set_creds: 1;
8313 unsigned int cap_elevated: 1;
8314 unsigned int secureexec: 1;
8315 unsigned int recursion_depth;
[all …]
Dvmlinux.h8306 struct linux_binprm { struct
8307 struct vm_area_struct *vma;
8308 long unsigned int vma_pages;
8309 struct mm_struct *mm;
8310 long unsigned int p;
8311 long unsigned int argmin;
8312 unsigned int called_set_creds: 1;
8313 unsigned int cap_elevated: 1;
8314 unsigned int secureexec: 1;
8315 unsigned int recursion_depth;
[all …]