Searched refs:_sodium_mprotect (Results 1 – 1 of 1) sorted by relevance
624 _sodium_mprotect(void *ptr, int (*cb)(void *ptr, size_t size)) in _sodium_mprotect() function633 _sodium_mprotect(void *ptr, int (*cb)(void *ptr, size_t size)) in _sodium_mprotect() function650 return _sodium_mprotect(ptr, _mprotect_noaccess); in sodium_mprotect_noaccess()656 return _sodium_mprotect(ptr, _mprotect_readonly); in sodium_mprotect_readonly()662 return _sodium_mprotect(ptr, _mprotect_readwrite); in sodium_mprotect_readwrite()