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.h194 uptr *shadow_stack_end; member
789 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncEntry()
791 if (thr->shadow_stack_pos == thr->shadow_stack_end) in FuncEntry()
805 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()
902 const int sz = thr->shadow_stack_end - thr->shadow_stack; in GrowShadowStack()
909 thr->shadow_stack_end = newstack + newsz; in GrowShadowStack()
920 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in CurrentStackId()
922 if (thr->shadow_stack_pos == thr->shadow_stack_end) in CurrentStackId()
H A Dtsan_rtl_thread.cpp247 thr->shadow_stack_end = nullptr; in ThreadFinish()