Lines Matching refs:frame_info
138 c->frame_info.cfa_reg_offset = 8; in unw_step()
139 c->frame_info.cfa_reg_rsp = -1; in unw_step()
140 c->frame_info.frame_type = UNW_X86_64_FRAME_STANDARD; in unw_step()
195 c->frame_info.cfa_reg_offset = 8; in unw_step()
196 c->frame_info.cfa_reg_rsp = 1; in unw_step()
197 c->frame_info.rbp_cfa_offset = -1; in unw_step()
198 c->frame_info.rsp_cfa_offset = -1; in unw_step()
199 c->frame_info.frame_type = UNW_X86_64_FRAME_OTHER; in unw_step()
246 c->frame_info.frame_type = UNW_X86_64_FRAME_GUESSED; in unw_step()
247 c->frame_info.cfa_reg_rsp = 0; in unw_step()
248 c->frame_info.cfa_reg_offset = 16; in unw_step()
249 c->frame_info.rbp_cfa_offset = -16; in unw_step()