Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_poisoning.cpp55 struct ShadowSegmentEndpoint { struct
56 u8 *chunk;
57 s8 offset; // in [0, ASAN_SHADOW_GRANULARITY)
58 s8 value; // = *chunk;
60 explicit ShadowSegmentEndpoint(uptr address) { in ShadowSegmentEndpoint() function