Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl.cpp166 shadow_stack_end = shadow_stack + kInitStackSize; in ThreadState()
589 const int sz = thr->shadow_stack_end - thr->shadow_stack; in GrowShadowStack()
596 thr->shadow_stack_end = newstack + newsz; in GrowShadowStack()
605 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in CurrentStackId()
607 if (thr->shadow_stack_pos == thr->shadow_stack_end) in CurrentStackId()
H A Dtsan_rtl.h164 uptr *shadow_stack_end; member
765 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncEntry()
767 if (thr->shadow_stack_pos == thr->shadow_stack_end) in FuncEntry()
784 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncExit()
H A Dtsan_rtl_thread.cpp253 thr->shadow_stack_end = nullptr; in OnFinished()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h190 uptr *shadow_stack_end; member
775 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncEntry()
777 if (thr->shadow_stack_pos == thr->shadow_stack_end) in FuncEntry()
791 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncExit()
H A Dtsan_rtl.cpp423 shadow_stack_end = shadow_stack + kInitStackSize; in ThreadState()
873 const int sz = thr->shadow_stack_end - thr->shadow_stack; in GrowShadowStack()
880 thr->shadow_stack_end = newstack + newsz; in GrowShadowStack()
891 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in CurrentStackId()
893 if (thr->shadow_stack_pos == thr->shadow_stack_end) in CurrentStackId()
H A Dtsan_rtl_thread.cpp245 thr->shadow_stack_end = nullptr; in ThreadFinish()