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