Searched refs:se_protected (Results 1 – 1 of 1) sorted by relevance
123 static int se_protected = !SLJIT_PROT_WX; in sljit_malloc_exec() local127 if (SLJIT_UNLIKELY(se_protected < 0)) in sljit_malloc_exec()140 if (SLJIT_UNLIKELY(se_protected > 0)) { in sljit_malloc_exec()142 se_protected = check_se_protected(ptr, size); in sljit_malloc_exec()144 if (SLJIT_UNLIKELY(se_protected < 0)) { in sljit_malloc_exec()
Completed in 6 milliseconds