Searched refs:prot (Results 1 - 1 of 1) sorted by relevance
/libmicro/ | ||
H A D | mprotect.c | 155 int prot = PROT_NONE; local 162 prot = PROT_NONE; 170 prot = PROT_READ | PROT_WRITE; 174 if (mprotect((void *)&seg[i * optl], optl, prot) == -1) { |
Completed in 11 milliseconds