Home
last modified time | relevance | path

Searched refs:SLJIT_PROT_WX (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitWXExecAllocator.c64 #define SLJIT_PROT_WX PROT_MPROTECT(PROT_EXEC) macro
114 #ifndef SLJIT_PROT_WX
115 #define SLJIT_PROT_WX 0 macro
123 static int se_protected = !SLJIT_PROT_WX; in sljit_malloc_exec()
130 ptr = (sljit_uw*)mmap(NULL, size, PROT_READ | PROT_WRITE | SLJIT_PROT_WX, in sljit_malloc_exec()
150 #undef SLJIT_PROT_WX