Searched refs:stktop (Results 1 – 10 of 10) sorted by relevance
46 static int stktop; variable 170 stktop++; in growstk() 171 if (stktop >= maxstk) { in growstk() 284 stktop = -1; in process() 334 if (stk[stktop].opno == SZ) { in process() 335 stktop--; in process() 343 stk[stktop].opno = SZ; in process() 344 stk[stktop].pl = pl; in process() 345 stk[stktop].parm = n; in process() 346 stk[stktop] in process() [all...]
46 #define stktop(sp) ((char*)(sp)->_next) macro
55 #define stktop(sp) ((char*)(sp)->_next) macro
236 uintptr_t stktop = ulwp->ul_stktop; in ulwp_clean() local 244 ulwp->ul_stktop = stktop; in ulwp_clean()
201 #define stkframe(s) (*((Stk_frame_t**)stktop(s)-1))