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 25 thr.shadow_stack_end = &stack[128];
69 thr.shadow_stack_end = &stack[128];
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 426 const int sz = thr->shadow_stack_end - thr->shadow_stack;
434 thr->shadow_stack_end = newstack + newsz;
443 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
445 if (thr->shadow_stack_pos == thr->shadow_stack_end)
906 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
908 if (thr->shadow_stack_pos == thr->shadow_stack_end)
926 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
tsan_rtl_thread.cc 93 thr->shadow_stack_end = thr->shadow_stack + kShadowStackSize;
100 thr->shadow_stack_end = thr->shadow_stack + kInitStackSize;
tsan_rtl.h 346 uptr *shadow_stack_end; member in struct:__tsan::ThreadState

Completed in 233 milliseconds