Searched refs:PROT_EXEC (Results 1 – 6 of 6) sorted by relevance
26 #define PROT_EXEC 0x4 macro
83 if ((prot & PROT_EXEC) != 0) { in TargetMMap()
1150 const int prot_non_exec = prot & ~PROT_EXEC; in MapInternal()
214 marker_address_ = mmap(nullptr, kPageSize, PROT_READ | PROT_EXEC, MAP_PRIVATE, fd, 0); in OpenMarkerFile()
99 int result = mprotect(reinterpret_cast<void*>(base), len, PROT_READ | PROT_WRITE | PROT_EXEC); in MakeExecutable()
1194 prot |= PROT_EXEC; in Load()