Home
last modified time | relevance | path

Searched refs:shadow_stack_end (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc502 if (thr->shadow_stack_pos == thr->shadow_stack_end) { in FuncEntry()
503 const int sz = thr->shadow_stack_end - thr->shadow_stack; in FuncEntry()
511 thr->shadow_stack_end = newstack + newsz; in FuncEntry()
Dtsan_rtl.h268 uptr *shadow_stack_end; member
Dtsan_rtl_thread.cc183 thr->shadow_stack_end = thr->shadow_stack + kInitStackSize; in ThreadStart()