taglinefilesource code
PF_X223fs/binfmt_elf.cif (eppnt->p_flags & PF_X) elf_prot |= PROT_EXEC;
PF_X575fs/binfmt_elf.cif (elf_ppnt->p_flags & PF_X) elf_prot |= PROT_EXEC;
PF_X595fs/binfmt_elf.cif((elf_ppnt->p_flags & PF_X) && end_code <  k)
PF_X1170fs/binfmt_elf.cif (vma->vm_flags & VM_EXEC) phdr.p_flags |= PF_X;