Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.cpp293 s8 end_value = *shadow_end; in PoisonAlignedStackMemory() local
297 if (end_value > 0 && end_value <= end_offset) in PoisonAlignedStackMemory()
302 if (end_value != 0) in PoisonAlignedStackMemory()
303 *shadow_end = Max(end_value, end_offset); in PoisonAlignedStackMemory()