Searched refs:PROT_EXEC (Results 1 – 4 of 4) sorted by relevance
55 #define PROT_EXEC 0x4 macro
62 prot |= PROT_EXEC; in protect()
112 if (prot & PROT_EXEC) { in protect()
655 int ret = mprotect(mBuf, mBufSize, PROT_READ | PROT_EXEC); in build()