Home
last modified time | relevance | path

Searched refs:end_value (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.cpp295 s8 end_value = *shadow_end; in PoisonAlignedStackMemory() local
299 if (end_value > 0 && end_value <= end_offset) in PoisonAlignedStackMemory()
304 if (end_value != 0) in PoisonAlignedStackMemory()
305 *shadow_end = Max(end_value, end_offset); in PoisonAlignedStackMemory()