Home
last modified time | relevance | path

Searched defs:ShadowSegmentEndpoint (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_poisoning.cc54 struct ShadowSegmentEndpoint { struct
55 u8 *chunk;
56 s8 offset; // in [0, SHADOW_GRANULARITY)
57 s8 value; // = *chunk;
59 explicit ShadowSegmentEndpoint(uptr address) { in ShadowSegmentEndpoint() argument
/external/llvm-project/compiler-rt/lib/asan/
Dasan_poisoning.cpp53 struct ShadowSegmentEndpoint { struct
54 u8 *chunk;
55 s8 offset; // in [0, SHADOW_GRANULARITY)
56 s8 value; // = *chunk;
58 explicit ShadowSegmentEndpoint(uptr address) { in ShadowSegmentEndpoint() function