Searched refs:kProtectionWrite (Results 1 – 5 of 5) 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()
62 segment->protection |= kProtectionWrite; in Next()
49 if (*data_.current++ == 'w') segment->protection |= kProtectionWrite; in Next()
110 segment->protection |= kProtectionWrite; in Next()