Searched refs:old_prot (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception_win.cc1005 DWORD old_prot, unused_prot; local
1007 &old_prot))
1010 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot))
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception_win.cc1003 DWORD old_prot, unused_prot; local
1005 &old_prot))
1008 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot))
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_win.cpp1056 DWORD old_prot, unused_prot; local
1058 &old_prot))
1061 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot))
/netbsd-current/sys/uvm/
H A Duvm_map.c3143 vm_prot_t old_prot; local
3146 old_prot = current->protection;
3149 (current->max_protection = new_prot) & old_prot;
3158 if (current->protection != old_prot) {
3193 old_prot == VM_PROT_NONE &&

Completed in 220 milliseconds