Searched refs:oldstack (Results 1 – 2 of 2) sorted by relevance
149 stack_t altstack, oldstack; in SetAlternateSignalStack() local150 CHECK_EQ(0, sigaltstack(nullptr, &oldstack)); in SetAlternateSignalStack()153 if (!SANITIZER_ANDROID && !(oldstack.ss_flags & SS_DISABLE)) return; in SetAlternateSignalStack()165 stack_t altstack, oldstack; in UnsetAlternateSignalStack() local169 CHECK_EQ(0, sigaltstack(&altstack, &oldstack)); in UnsetAlternateSignalStack()170 UnmapOrDie(oldstack.ss_sp, oldstack.ss_size); in UnsetAlternateSignalStack()
142 static void correctstack (lua_State *L, TValue *oldstack) { in correctstack() argument145 L->top = (L->top - oldstack) + L->stack; in correctstack()147 gco2uv(up)->v = (gco2uv(up)->v - oldstack) + L->stack; in correctstack()149 ci->top = (ci->top - oldstack) + L->stack; in correctstack()150 ci->func = (ci->func - oldstack) + L->stack; in correctstack()152 ci->u.l.base = (ci->u.l.base - oldstack) + L->stack; in correctstack()162 TValue *oldstack = L->stack; in luaD_reallocstack() local171 correctstack(L, oldstack); in luaD_reallocstack()