Home | History | Annotate | Download | only in runtime

Lines Matching refs:mprotect

735   if (mprotect(base_begin_, base_size_, prot) == 0) {
740 PLOG(ERROR) << "mprotect(" << reinterpret_cast<void*>(base_begin_) << ", " << base_size_ << ", "
1030 // To avoid the issue, always map non-executable first, and mprotect if necessary.
1041 if (mprotect(actual, length, orig_prot) != 0) {