Searched refs:lprot (Results 1 – 1 of 1) sorted by relevance
334 long lprot = _sysconf(_SC_STACK_PROT); in find_stack() local335 if (lprot <= 0) in find_stack()336 lprot = (PROT_READ|PROT_WRITE|PROT_EXEC); in find_stack()337 stackprot = (int)lprot; in find_stack()