Searched refs:kProtectionShared (Results 1 – 2 of 2) sorted by relevance
35 static const uptr kProtectionShared = 8; variable48 bool IsShared() const { return protection & kProtectionShared; } in IsShared()
54 if (*data_.current++ == 's') segment->protection |= kProtectionShared; in Next()