Searched refs:memstk (Results 1 – 2 of 2) sorted by relevance
53 struct unw_stack memstk; member
1878 (loc >= info->memstk.top && loc < info->memstk.limit); in unw_valid()1942 if (info->sp < info->memstk.top || info->sp > info->memstk.limit) { in unw_unwind()1944 __func__, info->sp, info->memstk.top, info->memstk.limit); in unw_unwind()2032 info->memstk.limit = stklimit; in init_frame_info()2033 info->memstk.top = stktop; in init_frame_info()