Searched defs:ShadowSegmentEndpoint (Results 1 – 3 of 3) sorted by relevance
54 struct ShadowSegmentEndpoint { struct55 u8 *chunk;56 s8 offset; // in [0, SHADOW_GRANULARITY)57 s8 value; // = *chunk;59 explicit ShadowSegmentEndpoint(uptr address) { in ShadowSegmentEndpoint() argument
52 struct ShadowSegmentEndpoint { struct53 u8 *chunk;54 s8 offset; // in [0, SHADOW_GRANULARITY)55 s8 value; // = *chunk;57 explicit ShadowSegmentEndpoint(uptr address) { in ShadowSegmentEndpoint() function
53 struct ShadowSegmentEndpoint { struct54 u8 *chunk;55 s8 offset; // in [0, SHADOW_GRANULARITY)56 s8 value; // = *chunk;58 explicit ShadowSegmentEndpoint(uptr address) { in ShadowSegmentEndpoint() argument