Searched refs:kProtectionWrite (Results 1 – 4 of 4) sorted by relevance
33 static const uptr kProtectionWrite = 2; variable46 bool IsWritable() const { return protection & kProtectionWrite; } in IsWritable()
47 segment->protection |= kProtectionWrite; in Next()
50 if (*data_.current++ == 'w') segment->protection |= kProtectionWrite; in Next()
117 segment->protection |= kProtectionWrite; in Next()