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