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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp539 const int sz = thr->shadow_stack_end - thr->shadow_stack;
547 thr->shadow_stack_end = newstack + newsz;
556 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
558 if (thr->shadow_stack_pos == thr->shadow_stack_end)
1030 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
1032 if (thr->shadow_stack_pos == thr->shadow_stack_end)
1050 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
H A Dtsan_rtl_thread.cpp100 thr->shadow_stack_end = thr->shadow_stack + kShadowStackSize;
107 thr->shadow_stack_end = thr->shadow_stack + kInitStackSize;
132 thr->shadow_stack_end = nullptr;
H A Dtsan_rtl.h396 uptr *shadow_stack_end; member in struct:__tsan::ThreadState

Completed in 102 milliseconds