Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A 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()
124 int prot = PROT_READ | PROT_WRITE | SLJIT_PROT_WX; in sljit_malloc_exec()
154 #undef SLJIT_PROT_WX

Completed in 6 milliseconds