Searched refs:shadow_stack_end (Results 1 – 3 of 3) sorted by relevance
502 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()
268 uptr *shadow_stack_end; member
183 thr->shadow_stack_end = thr->shadow_stack + kInitStackSize; in ThreadStart()