HomeSort by relevance Sort by last modified time
    Searched refs:shadow_stack_end (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/tsan/tests/unit/
tsan_stack_test.cc 26 thr.shadow_stack_end = &stack[128];
56 thr.shadow_stack_end = &stack[kShadowStackSize];
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 465 const int sz = thr->shadow_stack_end - thr->shadow_stack;
473 thr->shadow_stack_end = newstack + newsz;
482 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
484 if (thr->shadow_stack_pos == thr->shadow_stack_end)
931 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
933 if (thr->shadow_stack_pos == thr->shadow_stack_end)
951 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
tsan_rtl_thread.cc 100 thr->shadow_stack_end = thr->shadow_stack + kShadowStackSize;
107 thr->shadow_stack_end = thr->shadow_stack + kInitStackSize;
tsan_rtl.h 356 uptr *shadow_stack_end; member in struct:__tsan::ThreadState

Completed in 371 milliseconds