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 645 if (thr->shadow_stack_pos == thr->shadow_stack_end) {
646 const int sz = thr->shadow_stack_end - thr->shadow_stack;
654 thr->shadow_stack_end = newstack + newsz;
tsan_rtl_thread.cc 104 args->thr->shadow_stack_end = thr->shadow_stack + kInitStackSize;
tsan_rtl.h 423 uptr *shadow_stack_end; member in struct:__tsan::ThreadState

Completed in 25 milliseconds