Searched refs:PROT_EXEC (Results 1 – 2 of 2) sorted by relevance
16 #define PROT_EXEC 0x4 macro
25 bool ex = (prot & PROT_EXEC) != 0; in p2z()