Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h191 uptr *shadow_stack_end; member
786 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncEntry()
788 if (thr->shadow_stack_pos == thr->shadow_stack_end) in FuncEntry()
802 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncExit()
H A Dtsan_rtl.cpp426 shadow_stack_end = shadow_stack + kInitStackSize; in ThreadState()
876 const int sz = thr->shadow_stack_end - thr->shadow_stack; in GrowShadowStack()
883 thr->shadow_stack_end = newstack + newsz; in GrowShadowStack()
894 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in CurrentStackId()
896 if (thr->shadow_stack_pos == thr->shadow_stack_end) in CurrentStackId()
H A Dtsan_rtl_thread.cpp245 thr->shadow_stack_end = nullptr; in ThreadFinish()