Searched refs:kProtectionWrite (Results 1 – 6 of 6) sorted by relevance
33 static const uptr kProtectionWrite = 2; variable46 bool IsWritable() const { return protection & kProtectionWrite; } in IsWritable()
65 ((flags & ZX_VM_PERM_WRITE) ? kProtectionWrite : 0) | in Next()
49 segment->protection |= kProtectionWrite; in Next()
59 segment->protection |= kProtectionWrite; in Next()
49 if (*data_.current++ == 'w') segment->protection |= kProtectionWrite; in Next()
110 segment->protection |= kProtectionWrite; in Next()