Searched defs:ShadowSegmentEndpoint (Results 1 – 1 of 1) sorted by relevance
55 struct ShadowSegmentEndpoint { struct56 u8 *chunk;57 s8 offset; // in [0, ASAN_SHADOW_GRANULARITY)58 s8 value; // = *chunk;60 explicit ShadowSegmentEndpoint(uptr address) { in ShadowSegmentEndpoint() function