Searched refs:oldstack (Results 1 – 2 of 2) sorted by relevance
170 stack_t altstack, oldstack; in SetAlternateSignalStack() local171 CHECK_EQ(0, sigaltstack(nullptr, &oldstack)); in SetAlternateSignalStack()174 if (!SANITIZER_ANDROID && !(oldstack.ss_flags & SS_DISABLE)) return; in SetAlternateSignalStack()185 stack_t altstack, oldstack; in UnsetAlternateSignalStack() local189 CHECK_EQ(0, sigaltstack(&altstack, &oldstack)); in UnsetAlternateSignalStack()190 UnmapOrDie(oldstack.ss_sp, oldstack.ss_size); in UnsetAlternateSignalStack()
225 static void correctstack (lua_State *L, TValue *oldstack) { in correctstack() argument228 L->top = (L->top - oldstack) + L->stack; in correctstack()230 gco2uv(up)->v = (gco2uv(up)->v - oldstack) + L->stack; in correctstack()232 ci->top = (ci->top - oldstack) + L->stack; in correctstack()233 ci->func = (ci->func - oldstack) + L->stack; in correctstack()235 ci->u.l.base = (ci->u.l.base - oldstack) + L->stack; in correctstack()245 TValue *oldstack = L->stack; in luaD_reallocstack() local254 correctstack(L, oldstack); in luaD_reallocstack()