Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp427 shadow_stack_end = shadow_stack + kInitStackSize; in ThreadState()
880 const int sz = thr->shadow_stack_end - thr->shadow_stack; in GrowShadowStack()
887 thr->shadow_stack_end = newstack + newsz; in GrowShadowStack()
898 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in CurrentStackId()
900 if (thr->shadow_stack_pos == thr->shadow_stack_end) in CurrentStackId()
H A Dtsan_rtl_thread.cpp245 thr->shadow_stack_end = nullptr; in ThreadFinish()