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 473 const int sz = thr->shadow_stack_end - thr->shadow_stack;
481 thr->shadow_stack_end = newstack + newsz;
490 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
492 if (thr->shadow_stack_pos == thr->shadow_stack_end)
939 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
941 if (thr->shadow_stack_pos == thr->shadow_stack_end)
959 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 386 uptr *shadow_stack_end; member in struct:__tsan::ThreadState

Completed in 79 milliseconds