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