taglinefilesource code
PF_X224fs/binfmt_elf.cif (eppnt->p_flags & PF_X) elf_prot |= PROT_EXEC;
PF_X568fs/binfmt_elf.cif (elf_ppnt->p_flags & PF_X) elf_prot |= PROT_EXEC;
PF_X1138fs/binfmt_elf.cif (vma->vm_flags & VM_EXEC) phdr.p_flags |= PF_X;