Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception_win.cc1003 DWORD old_prot, unused_prot; in OverrideImportedFunction() local
1005 &old_prot)) in OverrideImportedFunction()
1008 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot)) in OverrideImportedFunction()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_win.cpp1056 DWORD old_prot, unused_prot; in OverrideImportedFunction() local
1058 &old_prot)) in OverrideImportedFunction()
1061 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot)) in OverrideImportedFunction()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception_win.cc1005 DWORD old_prot, unused_prot; in OverrideImportedFunction() local
1007 &old_prot)) in OverrideImportedFunction()
1010 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot)) in OverrideImportedFunction()
/netbsd-src/sys/uvm/
H A Duvm_map.c3216 vm_prot_t old_prot; in uvm_map_protect()
3219 old_prot = current->protection; in uvm_map_protect()
3222 (current->max_protection = new_prot) & old_prot; in uvm_map_protect()
3231 if (current->protection != old_prot) { in uvm_map_protect()
3266 old_prot == VM_PROT_NONE && in uvm_map_inherit()
3147 vm_prot_t old_prot; uvm_map_protect() local