Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/interception/ | |
interception_win.cc | 1005 DWORD old_prot, unused_prot; local in function:__interception::OverrideImportedFunction 1007 &old_prot)) 1010 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot)) |
interception_win.cc | 1005 DWORD old_prot, unused_prot; local in function:__interception::OverrideImportedFunction 1007 &old_prot)) 1010 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot)) |
/src/sys/uvm/ | |
uvm_map.c | 3216 vm_prot_t old_prot; local in function:uvm_map_protect 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 in function:uvm_map_protect 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 && |