Searched refs:orig_prot (Results 1 – 1 of 1) sorted by relevance
1149 const int orig_prot = prot; in MapInternal() local1158 if (orig_prot != prot_non_exec) { in MapInternal()1159 if (mprotect(actual, length, orig_prot) != 0) { in MapInternal()1160 PLOG(ERROR) << "Could not protect to requested prot: " << orig_prot; in MapInternal()