Searched refs:VM_PROT_WRITE (Results 1 – 18 of 18) sorted by relevance
179 if ((m_data.protection & VM_PROT_WRITE) == VM_PROT_WRITE) in GetDNBPermissions()
272 VM_PROT_READ | VM_PROT_WRITE)) { in Write()
962 mach_prot |= VM_PROT_WRITE;
119 #undef VM_PROT_WRITE
258 MachO::VM_PROT_READ | MachO::VM_PROT_WRITE | MachO::VM_PROT_EXECUTE; in startSynthesis()260 MachO::VM_PROT_READ | MachO::VM_PROT_WRITE | MachO::VM_PROT_EXECUTE; in startSynthesis()
38 return VM_PROT_READ | VM_PROT_WRITE; in initProt()
913 prot |= VM_PROT_WRITE; in parseProtection()
2358 if (!(max_protection & VM_PROT_WRITE)) in gnu_write_inferior()2390 if (!(scan->protection & VM_PROT_WRITE)) in gnu_write_inferior()2396 scan->protection | VM_PROT_WRITE); in gnu_write_inferior()2410 if (!(scan->protection & VM_PROT_WRITE)) in gnu_write_inferior()2529 last_protection & VM_PROT_WRITE, in gnu_find_memory_regions()2542 last_protection & VM_PROT_WRITE, in gnu_find_memory_regions()
503 if (vm_region_info.protection & VM_PROT_WRITE && in foreach_zone_in_this_process()
667 if (kv->kve_protection & VM_PROT_WRITE) in PopulateMemoryRegionCache()
254 addr + sizeof(struct freelist), VM_PROT_WRITE);
687 if (vm[i].kve_protection & VM_PROT_WRITE) in PopulateMemoryRegionCache()
890 MachO::VM_PROT_READ | MachO::VM_PROT_WRITE | MachO::VM_PROT_EXECUTE; in writeObject()
336 Prot += (prot & MachO::VM_PROT_WRITE) ? "w" : "-"; in getMask()
126 VM_PROT_WRITE = 2 variable
494 enum { VM_PROT_READ = 0x1, VM_PROT_WRITE = 0x2, VM_PROT_EXECUTE = 0x4 }; enumerator
8879 ~(MachO::VM_PROT_READ | MachO::VM_PROT_WRITE | in PrintSegmentCommand()8885 outs() << ((maxprot & MachO::VM_PROT_WRITE) ? "w" : "-"); in PrintSegmentCommand()8889 ~(MachO::VM_PROT_READ | MachO::VM_PROT_WRITE | in PrintSegmentCommand()8895 outs() << ((initprot & MachO::VM_PROT_WRITE) ? "w" : "-"); in PrintSegmentCommand()
1435 if (seg_cmd.initprot & VM_PROT_WRITE) in GetSegmentPermissions()6521 prot |= VM_PROT_WRITE;