UNW_FP
if (UNW_SP(frame) < top && UNW_FP(frame) <= UNW_SP(frame)
&& bottom < UNW_FP(frame)
if (UNW_SP(frame) > top && UNW_FP(frame) >= UNW_SP(frame)
&& bottom > UNW_FP(frame)
&& !((UNW_SP(frame) | UNW_FP(frame))
(UNW_FP(frame) + FRAME_LINK_OFFSET))
&& link > bottom && link < UNW_FP(frame)
&& link > UNW_FP(frame) && link < bottom
(unsigned long *)(UNW_FP(frame)
UNW_FP(frame) + FRAME_RETADDR_OFFSET
UNW_FP(frame) = link;
UNW_FP(frame));