| /src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
| interception_win.cc | 1005 DWORD old_prot, unused_prot; local 1007 &old_prot)) 1010 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot))
|
| interception_win.cc | 1005 DWORD old_prot, unused_prot; local 1007 &old_prot)) 1010 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot))
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
| interception_win.cpp | 1056 DWORD old_prot, unused_prot; local 1058 &old_prot)) 1061 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot))
|
| interception_win.cpp | 1056 DWORD old_prot, unused_prot; local 1058 &old_prot)) 1061 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot))
|
| /src/external/gpl3/gcc/dist/libsanitizer/interception/ |
| interception_win.cpp | 1117 DWORD old_prot, unused_prot; local 1119 &old_prot)) 1122 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot))
|
| interception_win.cpp | 1117 DWORD old_prot, unused_prot; local 1119 &old_prot)) 1122 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot))
|
| /src/sys/uvm/ |
| uvm_map.c | 3216 vm_prot_t old_prot; local 3219 old_prot = current->protection; 3222 (current->max_protection = new_prot) & old_prot; 3231 if (current->protection != old_prot) { 3266 old_prot == VM_PROT_NONE &&
|
| uvm_map.c | 3216 vm_prot_t old_prot; local 3219 old_prot = current->protection; 3222 (current->max_protection = new_prot) & old_prot; 3231 if (current->protection != old_prot) { 3266 old_prot == VM_PROT_NONE &&
|