Searched refs:kShadowStackSize (Results 1 – 3 of 3) sorted by relevance
63 uptr shadow_stack[kShadowStackSize];
75 const uptr kShadowStackSize = 64 * 1024; variable
101 thr->shadow_stack_end = thr->shadow_stack + kShadowStackSize; in OnStarted()