HomeSort by: relevance | last modified time | path
    Searched refs:shadow_stack_end (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_stack_test.cc 26 thr.shadow_stack_end = &stack[128];
56 thr.shadow_stack_end = &stack[kShadowStackSize];
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc 522 const int sz = thr->shadow_stack_end - thr->shadow_stack;
530 thr->shadow_stack_end = newstack + newsz;
539 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
541 if (thr->shadow_stack_pos == thr->shadow_stack_end)
992 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
994 if (thr->shadow_stack_pos == thr->shadow_stack_end)
1012 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
tsan_rtl_thread.cc 101 thr->shadow_stack_end = thr->shadow_stack + kShadowStackSize;
108 thr->shadow_stack_end = thr->shadow_stack + kInitStackSize;
133 thr->shadow_stack_end = nullptr;
tsan_rtl.h 402 uptr *shadow_stack_end; member in struct:__tsan::ThreadState

Completed in 14 milliseconds