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