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

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 574 if (thr->shadow_stack_pos == thr->shadow_stack_end) {
575 const int sz = thr->shadow_stack_end - thr->shadow_stack;
583 thr->shadow_stack_end = newstack + newsz;
tsan_rtl_thread.cc 105 args->thr->shadow_stack_end = thr->shadow_stack + kInitStackSize;
tsan_rtl.h 414 uptr *shadow_stack_end; member in struct:__tsan::ThreadState

Completed in 90 milliseconds