taglinefilesource code
PROT_EXEC37mm/mmap.c#define PEXEC(T,P) (((P) & PROT_EXEC) ? 4 : 0)
PROT_EXEC132mm/mmap.cif (prot & PROT_EXEC) {